search for: get_setup_template

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

2018 Nov 03
0
Encode raw audio samples using Vorbis JAVA
...Hz or 22050Hz, stereo) in an ogg file by using vorbis-java library. I always obtain an error when calling: encoder.vorbis_encode_init_vbr( vorbisInfo, 2, 22050, 1); The error is: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 at org.xiph.libvorbis.vorbisenc.get_setup_template(vorbisenc.java:321) at org.xiph.libvorbis.vorbisenc.vorbis_encode_setup_vbr(vorbisenc.java:65) at org.xiph.libvorbis.vorbisenc.vorbis_encode_init_vbr(vorbisenc.java:82) at Vorbis.encode(Vorbis.java:390) at Vorbis.main(Vorbis.java:510) As I understand the library doesn't work for frequency mino...
2002 Jul 12
8
Uncoupled mode?
Hello, A question: Can we use uncoupled encoding in the 1.0? (current CVS) How? Because I see some uncoupled definitions (books\uncoupled\res_books_uncoupled.h), but I don't know how could I switch to it manually. Perhaps with an option in the vorbis_encode_ctl() function... Because I think so it's better if I don't use any kind of channel coupling (lossless neither) on high bitrates