Hi. I want to do a program which uses ogg, but i only have vb. Is tjere a control (ocx) or a dll and if there is, what functions do i have to call? Thanks in advance, Felix --- >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-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hallo Felix,> I want to do a program which uses ogg, but i only have vb. Is tjere a > control (ocx) or a dll and if there is, what functions do i have to > call?what exactly do you want to do? Regards, Ingo --- >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-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
You probably need to look in the microsoft msdn for info on the 'platform sdk'. Specifically look in 'graphics and multimedia services', then 'multimedia audio', then the 'audio compression manager'. This explains how to use codecs. The codec for ogg is one of the codecs you can install on your computer. The codec lets you manipulate sound in different compressed formats. Felix Rieger wrote:> > Hi. > I want to do a program which uses ogg, but i only have vb. Is tjere a > control (ocx) or a dll and if there is, what functions do i have to > call? >--- I am working to subvert from within ... umm ... by writing shoddy code ... and charging too much. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --- >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-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
You should be able to use vorbisfile.dll. AFAIK, VB can use dlls, you just need to create VB function declarations from C header files. HTH, Alen ----- Original Message ----- From: "Felix Rieger" <huemob@web.de> To: <vorbis@xiph.org> Sent: Tuesday, October 09, 2001 19:15 Subject: [vorbis] vb-control or dll?> Hi. > I want to do a program which uses ogg, but i only have vb. Is tjere a > control (ocx) or a dll and if there is, what functions do i have to > call? > > Thanks in advance, > Felix > > > --- >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-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >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-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.