libtriple: implement PCM playback in cAudio()

Origin commit data
------------------
Branch: master
Commit: ddf592f805
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 7fe0b5471b
commit 6efc4259dd
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;