ogg
Here are 134 public repositories matching this topic...
-
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
Oct 5, 2020 - C
-
Updated
Aug 24, 2020 - C++
-
Updated
Sep 8, 2020 - C
-
Updated
Sep 4, 2020 - Shell
-
Updated
Oct 4, 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
Aug 2, 2020 - JavaScript
-
Updated
May 24, 2019 - MATLAB
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
Oct 6, 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