libtriple: implement PCM playback in cAudio()

This commit is contained in:
Stefan Seyfried
2011-02-05 16:02:34 +01:00
parent b0b348e4d1
commit ddf592f805
2 changed files with 54 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ class cAudio
int fd;
bool Muted;
int clipfd; /* for pcm playback */
AUDIO_FORMAT StreamType;
AUDIO_SYNC_MODE SyncMode;
bool started;