From e07f34274b8912f773993ed96624242115440a3b Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Fri, 20 Jan 2006 22:38:18 +0000 Subject: VoIP mixing and decoding does now happen in the batch processing thread instead of immediately. Additionally, the system now supports filter plugins such as codecs. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@120 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/AudioTape.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'orkaudio/AudioTape.h') diff --git a/orkaudio/AudioTape.h b/orkaudio/AudioTape.h index 7d40564..9870c46 100644 --- a/orkaudio/AudioTape.h +++ b/orkaudio/AudioTape.h @@ -90,6 +90,7 @@ public: CStdString GetIdentifier(); CStdString GetPath(); AudioFileRef GetAudioFileRef(); + bool IsReadyForBatchProcessing(); CStdString m_portId; CStdString m_localParty; @@ -116,6 +117,7 @@ private: ACE_Thread_Mutex m_mutex; StateEnum m_state; bool m_shouldStop; + bool m_readyForBatchProcessing; }; typedef boost::shared_ptr AudioTapeRef; -- cgit v1.2.3