Davide Berti wrote: > 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
Are you sure you're writing pairs of signed 16 bit values? -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
