libtriple: implement PCM playback in cAudio()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6eae455676
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-02-05 16:02:34 +01:00
parent f67eaf6a4f
commit 16fa06d9cb
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;