search for: asamnet

Displaying 3 results from an estimated 3 matches for "asamnet".

2001 Oct 08
1
win32sdk shared memory issue
...p*.h that maps the data arrays. Why not placing the data arrays in shared segments? http://support.microsoft.com/support/kb/articles/Q100/6/34.ASP is a good description how to achieve that. Just some #pragma's that could go into #if defined(_MSC_VER) sections. bye Michael -- michael.fink@asamnet.de - http://www.vividos.de - icq: 6323332 http://winlame.sourceforge.net --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word '...
2001 Apr 29
1
ogg vorbis decoding
Hello, I am currently developing a ogg vorbis decoding module for use in winlame (a LAME frontend), and I have some questions: To do a decoder I used most code in decoder_example.c, but I think there is something missing. I would be glad if someone could look at this code: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/winlame/wlOggVorbisDecoderModule.cpp and
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