Displaying 4 results from an estimated 4 matches for "encode_exampl".
Did you mean:
encode_example
2015 May 18
5
Writting 16-bit PCM data to Ogg.
Hi Developers,
I have a 16-bit PCM data buffer, I want to write that to ogg file. Could
you help me to understand how to write pcm data to the ogg?
Thanks in advance.
Arun balaji
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20150518/6c8c9a63/attachment.htm
2002 Dec 16
1
encoding question
Hi there,
I've a little question abound programming an ogg-vorbis encoder.
The encode_example.c works ok for files with 44100/2/16 - but not for other
formats.
I don"t really understand what this piece of code is really doing:
/* uninterleave samples */
for(i=0;i<bytes/4;i++){
buffer[0][i]=((readbuffer[i*4+1]<<8)|
(0x00ff&(int)readbuff...
2015 May 19
0
Writting 16-bit PCM data to Ogg.
...present in the above git
> > repo, I am getting this error message.
>
> Please do not send screen shots to the mailing list. Copying the text
> and pasting that would have been more than sufficient and actually
> easier to read.
>
> Obivously, it is not possible to compile encode_example.c the way you
> tried. This tutorial
>
> http://www.thegeekstuff.com/2012/06/install-from-source/
>
> and others like it should get you to a point wherre you can compile
> this from source.
>
> Erik
> --
> ----------------------------------------------------------...
2000 Aug 14
2
macOS9 patches committed
I finally got around to committing Chris Hanson's MacOS9 patches. Just though
you should know.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/