I have a codec which is decoding audio with this information:
sample rate: 44100
bit rate index = 10
channel 2
layer = 3
I am trying to shim this into a fusionsound stream
my stream is setup with
/* Fill stream description (using defaults of 44kHz and 16bit). */
desc.flags = FSSDF_BUFFERSIZE | FSSDF_CHANNELS | \
FSSDF_SAMPLERATE |FSSDF_SAMPLEFORMAT ;
desc.buffersize = 32768;
desc.channels = info.channels; // 2
desc.sampleformat = FSSF_S16;
desc.samplerate = 44100;
I get garbled noise..any ideas
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
