libtriple: implement PCM playback in cAudio()

This commit is contained in:
Stefan Seyfried
2011-02-05 16:02:34 +01:00
parent d812673a4e
commit 6eae455676
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;