-
Updated
Oct 8, 2020 - JavaScript
mp3
Here are 1,116 public repositories matching this topic...
-
Updated
Oct 30, 2020 - Python
-
Updated
Jun 22, 2020 - C
-
Updated
Oct 29, 2018 - Python
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 13, 2020 - C
-
Updated
Dec 31, 2019 - Java
-
Updated
Oct 24, 2020 - Python
-
Updated
Oct 21, 2020 - C#
-
Updated
Mar 6, 2020 - JavaScript
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
Aug 6, 2020 - C#
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Aug 10, 2020 - Shell
-
Updated
Sep 27, 2020 - C#
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.3. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.3 which has been released on 11th October 2020. The next point release is planned for December 2020.
New translations to as of yet unsupported languages are more than welcome as well of c
Improve this page
Add a description, image, and links to the mp3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mp3 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