Hello, Iam interesting in transcoding the algorithm of OGG VORBIs in fixed point because I have to implemente this encoder in a fixed point DSP. Does the source code of ogg vorbis encoder exist in fixed point or is there people that work on this or anything else? Guillaume --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wed, 2004-03-24 at 11:16, Guillaume ROGET wrote:> Hello, > Iam interesting in transcoding the algorithm of OGG VORBIs in fixed > point because I have to implemente this encoder in a fixed point DSP. > Does the source code of ogg vorbis encoder exist in fixed point or is > there people that work on this or anything else? > GuillaumeTo my knowledge, there is currently no integer-only encoder implementation. This question has come up before, so you might want to search the archives of the tremor and vorbis-dev lists to find other people that have asked for it. Maybe they have work in progress or would be interested in collaborating. Hope this helps, Carsten. <p>--- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wed, Mar 24, 2004 at 05:16:12PM +0100, Guillaume ROGET wrote:> Iam interesting in transcoding the algorithm of OGG VORBIs in fixed > point because I have to implemente this encoder in a fixed point DSP. > Does the source code of ogg vorbis encoder exist in fixed point or is > there people that work on this or anything else?There is a fixed point vorbis decoder called Tremor under the same licence as libvorbis. You can retrieve the code from http://svn.xiph.org/trunk/Tremor/ HTH, -r --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.