-
Updated
Jul 6, 2020 - Python
flac
Here are 237 public repositories matching this topic...
A recent email to debian DASH kde AT lists DOT debian DOT org made me aware of Strawberry. Thank you very much for carrying the Amarok 1.x banner into the future :-)
Is your feature request related to a problem? Please describe.
Several users in the above noted list have expressed their dissatisfaction with being stuck having to migrate from Amarok 2.x to something else, while losing vari
如在使用中遇到任何问题,欢迎提Issues,或者加我QQ:386707112,谢谢大家。也欢迎有大佬可以给我一些修改意见,谢谢。
Hi, I've been trying to get additional tags from itunes m4a files. for example album artist which should be aART based on https://help.mp3tag.de/main_tags.html
I added this to config.xml
<library-options>
<id3>
<auxdata>
<add-data tag="aART"/>
</auxdata>
</id3>
</library-options>
and import.js
var aartist = obj.aux['aART'];
-
Updated
May 18, 2021 - Python
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.4. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.4 which has been released on 14th February 2021. The next point release is planned for May 2021.
New translations to as of yet unsupported languages are more than welcome as well of cours
As someone looking to rerip 300+ audio cds, ripper looks like the right tool for the job. It strikes me that this is a good opportunity to re-evaluate exactly how I have my music collection tagged/sorted.
An area where I think there could be some improvement is around documenting exactly how whipper works in it's default configuration and why these options have been chosen. Specifically
-The d
-
Updated
Apr 14, 2021 - C++
Create a new bin crate, sonata-test, that accepts two input files: a WAV reference file, and a test file (any format). The application should decode both files and check if they are sample-for-sample equivalent. Samples that are not the same should have their timestamp printed.
Using the application it should be possible to, for example, compare an FFMPEG decoded MP3 file (converted to WAV) wit
-
Updated
May 24, 2019 - MATLAB
-
Updated
May 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the flac topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flac topic, visit your repo's landing page and select "manage topics."
hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out