| View previous topic :: View next topic |
| Author |
Message |
spongebob
Joined: 13 Jul 2005 Posts: 3
|
Posted: Mon Jul 18, 2005 6:18 am Post subject: SDL 8-bit audio support |
|
|
I'm currently porting Stella 1.4.2, and the only remaining problem I have is with the sound output. From what I can gather, Stella outputs an unsigned 8-bit audio stream, but when the emulator is run it sounds incorrect (like the stream is played back at 16-bit resolution).
Does anyone know if the PSP port of SDL has full support for 8-bit audio formats?
Cheers |
|
| Back to top |
|
 |
ector
Joined: 12 May 2005 Posts: 195
|
Posted: Mon Jul 18, 2005 7:24 am Post subject: |
|
|
| Why not just add a simple loop to upconvert 8bit audio to 16-bit? You should have processing power to spare.. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Mon Jul 18, 2005 7:31 am Post subject: |
|
|
| From my understanding of SDL audio, the SDL audio driver is supposed to automatically convert 8-bit to 16-bit (at least it looks like that's what it's supposed to be doing). I can take another look at it. |
|
| Back to top |
|
 |
|