search for: incod

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

Did you mean: incon
2001 Jan 30
1
Bit pealing and streaming
...r some time. The way I understand things is that vorbis is meant to be able to do 44.1khz audio at bit rates as low as 16 kbps per channel, at least in theory (see vorbis.com & vorbis.org). However, I am led to understand that encoding streams below a certain data rate at 44.1khz will involve incoding at a higher rate and then pealing off bits in order to obtain the desired data size. Is this correct? If so, is this size point yet known or will this have to be determined as development proceeds? OK, now suppose you run a server like icecast 2.0, for example. Will it be possible for the se...
2006 Aug 01
0
new to speex's!
...AME_SIZE; for(int i=0; i< length; i++ ) { data_as_floats[i] = data_as_shorts[i]; } /// if size of data avaliable is less than the space avaliable in the packet figure /// the number of frames from the data avaliable speex_bits_reset( bits ); /// Call speex incode n times before writing the data stream. for( int i =0 ; i < number_of_frames-1; i ++) { /// pack a frame for(int j=0; j< FRAME_SIZE; j++ ) { frame[j] = data_as_floats [j+offset]; } // this enoced the data speex_encode( en...
2008 Nov 05
2
Some ideas about embeding data in ogg files...
...unds move beyond just playing and into better quality through better integration. In my project I would make 4 parts... The sequence encoder, something that can play the music and record the beats that I manually enter. The documentation and implemenation of the "beat stream" that will be incoded with the ogg. A basic Visualization: whether from something now, or something new, I want to show that the visuals work better with this idea. A proof of concept if you will. And last, a website that can store these files and include instructions on how this is all done with video demonstrations...