[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] CD Audio
Some don't ship with that anymore.  I know it took me a while to figure 
that out when we installed linux on my sister's new computer.  windows 
media players seem to read the audio and pipe it to the sound card, 
probably so they can do visualizations and stuff, whereas by default the 
players we were using on linux still just played the CD.
--Mike
Bo Jangeborg wrote:
Doesn't the CD-Audio usually have its own direct connection to the 
sound card. Usually a separate cord
that comes with the card or cd-player? You may want to check if yours 
is connected.
Bo)
Josh Smith skrev:
Is there a way to use Pygame's cdrom functions to pipe audio to the 
soundcard? pygame.cdrom.CD.play seems to just play at the cdplayer 
level rather than through the soundcard which isn't too useful in an 
application. Does anyone have any workarounds for this?