[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] CD Audio
- To: pygame-users@xxxxxxxx
- Subject: [pygame] CD Audio
- From: "Josh Smith" <oncehour@xxxxxxxxx>
- Date: Mon, 7 Jan 2008 15:50:45 -0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Mon, 07 Jan 2008 18:50:54 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=ykMnLXrMCPVBh3alKmtUz/5acGsLMzsgOrcx8UwPvPs=; b=ghe2gDLNaqw1RpfyP1x4sa7VIry9ZVfrXgDqxyBpUXEHW5rMI7NMhiIlbv3V5DrzyFtK489KwRlMUW/XiKxhxYU/hNc+5IZzH1W97wQCowYK64kEB8/DLMP++NBGbsPV+AZrVVHctwM9ih67QCmgSKRPK/G6MIQ0LKXrrkfTdHI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tGnLbexSvmpw1kpJZbDot9q4OD/T7SqF+q2xv7JWH2WZ60LMCsQHgvNpSnz7MX/OMLBCoEVHxEEIu7cQ2AzLihE6mUTdba6pY906SNKIERpCczcdRFDLmQov/TYdGnqdgYSES0+J4j79UJztbxtJ0ULocY5OiuJuKjCWcysa80Q=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
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?