ogg
Here are 127 public repositories matching this topic...
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.
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
Jun 14, 2020 - C
-
Updated
Mar 21, 2020 - C++
-
Updated
Jun 13, 2020 - C
It'd be great if flacon offered the option to delete the source file on successful splitting into individual tracks. Especially useful for bulk operations.
-
Updated
Jun 15, 2020 - Shell
-
Updated
May 25, 2020 - 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
JS fallback?
Although the documentation specifically mentions that it targets WASM-supported browsers, adding JS fallback is as easy as adding asmjs in BINARYEN_METHOD options in emcc.
But I'm not sure what are trade-offs and if this is really needed feature for developers.
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Oct 31, 2018 - JavaScript
-
Updated
May 11, 2020 - C
Improve this page
Add a description, image, and links to the ogg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ogg 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