libtriple: implement PCM playback in cAudio()

Origin commit data
------------------
Commit: 6eae455676
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)
This commit is contained in:
Stefan Seyfried
2011-02-05 16:02:34 +01:00
parent 5250f53949
commit 8f921104f4
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;