-
For voice audio, ogg vorbis might offer better compression than mp3, and it's also supported by Icecast/Shoutcast as an alternative streaming codec. It looks like the headers are already being include…
-
It works fine with mp3 files. But today I decided to use ogg vorbis format. Musikcube plays the song correctly, but every ogg file is in the unknown category, not being recognized by artist, music nam…
-
I've used [Ear Tag](https://gitlab.gnome.org/knuxify/eartag) to batch tag some ogg vorbis files. Ear Tag uses mutagen under the hood.
After tagging, ffmpegs `ffprobe` showed `[ogg @ 0x556109c47000]…
-
```
It would be nice to have Ogg Vorbis as a choice in the Audio Filters
```
Original issue reported on code.google.com by `legnone....@gmail.com` on 16 Jan 2010 at 11:55
-
I added a `--quality N` option to opusenc.c which automatically selects the bitrate depending on the number of channels in the input file. The quality scale is the same as Vorbis; that is, -2 to 10, w…
-
Hi. Thanks a lot for the great app you provide.
I would like to ask you for the support for Ogg Vorbis format if possible.
It is used sometimes in e.g. education area and generally is nice format.
…
-
Hello.
Can support for streaming Ogg Vorbis files be addet at least for Windows clients? Previously it was possible with externaal codecs but since V5.4 it's no longer working.
-
I'm having some trouble reading a Vorbis stream from a pipe. I get the error message `Supported file format but file is malformed.` when calling `sf_open_fd` on the pipe.
Output of `sf_command(SFC_G…
-
(this was reported as https://bugs.debian.org/#761240)
Ogg/Vorbis files can consist of multiple parts, simply concatenated
together:
```sh
$ head -c 10000 /dev/zero | oggenc -r - -o foo.ogg
$…
-
### Issue description
We are facing problems with click noises when playing a sequence of ogg/vorbis files with the ExoPlayer.
The interesting thing is, that I was able to create a quick&dirty playe…