From ed735626b66356eb24ec75325546e69b744b539c Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 1 Feb 2006 16:08:00 +0000 Subject: Dropped remote indicator when reporting an audio chunk git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@151 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/CapturePort.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'orkaudio/CapturePort.cpp') diff --git a/orkaudio/CapturePort.cpp b/orkaudio/CapturePort.cpp index dceb6f4..27e3943 100644 --- a/orkaudio/CapturePort.cpp +++ b/orkaudio/CapturePort.cpp @@ -34,7 +34,7 @@ CStdString CapturePort::ToString() return ret; } -void CapturePort::AddAudioChunk(AudioChunkRef chunkRef, bool remote) +void CapturePort::AddAudioChunk(AudioChunkRef chunkRef) { time_t now = time(NULL); @@ -130,7 +130,7 @@ void CapturePort::AddAudioChunk(AudioChunkRef chunkRef, bool remote) if (m_audioTapeRef.get() && m_capturing) { - m_audioTapeRef->AddAudioChunk(chunkRef, remote); + m_audioTapeRef->AddAudioChunk(chunkRef); // Signal to immediate processing thread that tape has new stuff ImmediateProcessing::GetInstance()->AddAudioTape(m_audioTapeRef); -- cgit v1.2.3