search for: oggfix

Displaying 2 results from an estimated 2 matches for "oggfix".

Did you mean: bugfix
2016 Oct 03
1
Fixing a Corrupted Vorbis file
...ok. Luckily today I've found the possible culprit, Amarok itself, and others who may have the issue as well: https://bugs.kde.org/show_bug.cgi?id=369672 But regardless of how the issue started, the question remains, how can I fix the affected files? Already tried a couple apparent tools, like oggfix, oggborvisfix, oggsplt (or mp3splt to remove silence), and oggz to validate stuff. Nothing really gave me a playable result, oggz validates everything alright, only hint is perhaps oggfix which complains about "corrupt secondary header". Further looking into the Amarok bug may provide mo...
2018 Nov 03
2
Decode ogg file while downloading: what are the good practices?
Hello, In my Android app, I implemented the libogg and libvorbis libraries, so I can extract audio samples from an ogg file on the fly. It works well when I extract samples from a local file, but my goal is to be able to extract audio samples and seek in a file that is downloading (so I can stream an audio file and process audio samples on the fly, from anywhere in the file). So here is the