-
Updated
Apr 17, 2020 - JavaScript
mp3
Here are 981 public repositories matching this topic...
Guide for beginner
-
Updated
Jan 23, 2020 - C
-
Updated
Oct 29, 2018 - Python
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
Seek performance
-
Updated
Dec 31, 2019 - Java
-
Updated
Apr 26, 2020 - Java
-
Updated
Apr 26, 2020 - C
-
Updated
Mar 6, 2020 - JavaScript
-
Updated
Mar 2, 2020 - JavaScript
https://github.com/quodlibet/mutagen-specs
This was born when http://id3.org/ was down for a few months (it's down again right now). And then I started to copy the specs there, but that doesn't scale and isn't maintainable.
We should still have links and references to all the information that's useful so we can delete mutagen-specs.
-
Updated
Mar 27, 2020 - C#
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
Apr 17, 2020 - Shell
-
Updated
May 1, 2020 - C#
-
Updated
Feb 18, 2020 - 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."