Marat Salikhov

Results 5 comments of Marat Salikhov

could you make a pr with updated *.so libs?

Sorry man, i don't have much time now to support this project. Maybe you forget to init codec, or inited it with incorrect params

i have created OpusFile like that: val tf = File.createTempFile("test", ".opus") val ot = OpusTags() val oi = OpusInfo() oi.setSampleRate(48000) oi.numChannels = 1 oi.preSkip = 3840 val of = OpusFile(tf.outputStream(),...

so the problem were in granule position, i'll try to make pr later

https://github.com/Gagravarr/VorbisJava/pull/31