search for: vorbis_encode_setup_vbr

Displaying 7 results from an estimated 7 matches for "vorbis_encode_setup_vbr".

2004 Sep 03
1
Vorbis Tools installation problem
...TL_RATEMANAGE_HARD' undeclared (first use in this function) encode.c:111: error: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) encode.c:51: warning: unused variable `ai' encode.c: In function `oe_encode': encode.c:158: warning: implicit declaration of function `vorbis_encode_setup_vbr' encode.c:166: error: storage size of `ai' isn't known encode.c:167: error: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function) encode.c:173: error: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) encode.c:166: warning: unused variable `ai' en...
2004 Aug 06
2
No audio with slackware for live station
He means that development of WinAmp 3 has discontinued. WA2 is being updated to support WA3's extra features (video, media library), and WinAmp 5 (2+3=5) is the main new development. You can read the announcement on the WinAmp forums. >===== Original Message From Stefan Neufeind <stefan@neufeind.net> ===== >On Fri, 16 May 2003 at 13:15:22, Geoff Shang wrote: > >> I
2018 Nov 03
0
Encode raw audio samples using Vorbis JAVA
...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 minor then 40000. Is it correct? Is there another way to use that library to e...
2004 Aug 06
0
Stream with Ices2 sound very metallic
...channel(s), at %d Hz, with bitrates %d max %d " "nominal, %d min. Error code=%d", channels, rate, max_br, nom_br, min_br,ret); vorbis_info_clear(&s->vi); free(s); return NULL; } } else { int ret = vorbis_encode_setup_vbr(&s->vi, channels, rate, quality*0.1); if (ret) { LOG_ERROR4("Failed to configure VBR encoding for %d channel(s), " "at %d Hz, quality level %f. Error code=%d", channels, rate, quality,ret); <p><p>It is helpfull. Then w...
2004 Sep 23
1
MSVC files include vorbisenc in the vorbis dynamic library
.../vorbis.def =================================================================== --- win32/vorbis.def (revision 7777) +++ win32/vorbis.def (working copy) @@ -47,10 +47,4 @@ vorbis_synthesis_halfrate_p ; vorbis_window -_analysis_output_always -vorbis_encode_init -vorbis_encode_setup_managed -vorbis_encode_setup_vbr -vorbis_encode_init_vbr -vorbis_encode_setup_init -vorbis_encode_ctl \ No newline at end of file +_analysis_output_always \ No newline at end of file Best regards Cyrius
2002 Jan 02
2
vorbis API calls
Hi devs, I am developing winLAME, a frontend for LAME, and it also supports Ogg Vorbis decoding and encoding. I've got a question about the new API function vorbis_encode_init_vbr(). Do I have to call vorbis_encode_init() before to set the bitrate(s)? And what is a good default value for the "base_quality" parameter? I read on the mailing list that ABR use in Ogg Vorbis is not so
2004 Aug 06
5
Stream with Ices2 sound very metallic
Hi, I don't know why, but the stream generated by ices sounds very metallic, compared to the radio, and compared to a stream of the same quality with darkice. I tried different parameters, but it doesn't change. My parameters are : <input> <module>oss</module> <param name="rate">44100</param> <!-- samplerate --> <param