VorbisJava
VorbisJava copied to clipboard
A library for working with Ogg Vorbis files
Is there a way to get opus packet data, wrap into an ogg container then capture the byte array for sending to another service ? No files written. There is...
Hi, I'm receiving opus audio data (.ogg) as a live stream, and want to decode each packet as it arrives. So I assume I'll have to patch OggPacketReader to "pause"...
Release
Hello, where is this software released? AKA the compiled jar file. Your truely
I think the bug was introduced in commit edc92734ed461922b82ab81e21e1f2883cc03506. Basically, the contributor just forgot to reset the `doneFlush`-flag to `false` again after a flush was done. That resulted in `pageSize`...
So the created opus file duration cannot be determined by players. Probably because of [granule position](https://wiki.xiph.org/OggOpus#Granule_Position) which is used for this by specs
I have opus encoded bytes and I'd like to write them to an opus file; since the only example I found uses an existing opus file to read from then...
Hello. What you think about implementation of javax.sound SPI ? With spi impl, you can play sounds inside pure java
Bumps [tika-core](https://github.com/apache/tika) from 1.12 to 1.22. Changelog Sourced from tika-core's changelog. Release 2.0.0 - ??? BREAKING CHANGES in 2.0.0 ChmParser was moved to org.apache.tika.parser.microsoft.chm RTFParser was moved to org.apache.tika.parser.microsoft.rtf Remove...