Gagravarr / VorbisJava

A library for working with Ogg Vorbis files
Apache License 2.0
126 stars 26 forks source link

Packet level statistics #14

Closed andrm closed 9 years ago

andrm commented 9 years ago
Gagravarr commented 9 years ago

Thanks for all this. I've now merged it, with a few changes. Main thing is I didn't see the reason for putting the frame/sample/granule data onto OpusPacket, only OpusAudioData, and I called the getters getNumberOfSamples and getNumberOfFrames to better match the naming pattern elsewhere

Happy to revisit those changes if needed, just let me know the reasoning if you need them as here!

andrm commented 9 years ago

They are all fine, thanks!