summaryrefslogtreecommitdiff
path: root/orkaudio/filters
AgeCommit message (Collapse)Author
2008-07-09Fixed RTP mixer problem where recordings could go garbled in certain cases.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@551 09dcff7a-b715-0410-9601-b79a96267cd0
2008-03-07Fixed RtpMixer compilation problem under win32.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@529 09dcff7a-b715-0410-9601-b79a96267cd0
2008-02-27Added support for storage of stereo files - typically files containing 2 ↵Gerald Begumisa
separate channels. Added the config.xml variable StereoRecording which needs to be set to true for this to work. Added another config.xml variable TapeNumChannels which should be set to 2 to test this. If TapeNumChannels is set to 1, default behaviour happens. Currently only 1 and 2 are the only supported values for TapeNumChannels. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@526 09dcff7a-b715-0410-9601-b79a96267cd0
2007-03-02Now generates pdb and map files in MSVC++ release mode as well.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@425 09dcff7a-b715-0410-9601-b79a96267cd0
2007-03-02By default, pdb and map files are now generated when building under MSVC++.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@424 09dcff7a-b715-0410-9601-b79a96267cd0
2006-12-27Remove logging of the RTP payload type, at the RTPMixer level it's always ↵Henri Herscher
PCM audio. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@376 09dcff7a-b715-0410-9601-b79a96267cd0
2006-12-271. Now flushing the entirety of the buffer when EOS detected.Henri Herscher
2. Now logging RTP payload type as decimal number (most common representation) git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@375 09dcff7a-b715-0410-9601-b79a96267cd0
2006-12-18RTP mixer is now flushed at the end of streams so we don't miss a small ↵Henri Herscher
chunk of audio at the end of the transcoded file. Also, introduced VoIP QOS logging in the RTP mixer. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@372 09dcff7a-b715-0410-9601-b79a96267cd0
2006-12-05Fix for an RtpMixer bug where an empty chunk was generated in the output ↵Henri Herscher
(Background processing was aborting saying the Audio Encoding was unknown). AudioChunk SetBuffer and CreateBuffer methods now use the byteSize contained in the chunk details structure instead of asking for it separately. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@360 09dcff7a-b715-0410-9601-b79a96267cd0
2006-11-21RTP mixer now logs RTP sequence numbers.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@354 09dcff7a-b715-0410-9601-b79a96267cd0
2006-10-17timestamp corrective delta is now reset when side 1 chunk is out of buffer ↵Henri Herscher
range. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@345 09dcff7a-b715-0410-9601-b79a96267cd0
2006-09-28Do not ship silence anymore. Instances have been seen where side 1 and side ↵Henri Herscher
2 timestamp difference meant that silence was generated all the time, leading to huge output wav files. Also added more sanity checking. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@339 09dcff7a-b715-0410-9601-b79a96267cd0
2006-09-07Fixed one more one-sided recording issue.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@333 09dcff7a-b715-0410-9601-b79a96267cd0
2006-09-07Timestamp correction is now managed by the RTP mixer. This also fixes some ↵Henri Herscher
single-sided audio problems. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@332 09dcff7a-b715-0410-9601-b79a96267cd0
2006-08-01Applying changeset 311 from 0.5 to trunk.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@327 09dcff7a-b715-0410-9601-b79a96267cd0
2006-08-01Applying changeset 305 from 0.5 to trunk:Henri Herscher
Fixed RtpMixer memory leak when a silence buffer was created. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@324 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-19RtpMixer.dll is not copied anymore to orkaudio/plugins after the build in ↵Henri Herscher
release mode so as to stop breaking the debug setup. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@308 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moved __cdecl defines to new file dll.hHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@270 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-20Changed the Filter interface so that filters can also receive capture ↵Henri Herscher
events, not just audio chunks. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@267 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-14Applying changeset 251 from RB-0.5 to trunkHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@257 09dcff7a-b715-0410-9601-b79a96267cd0
2006-04-08Improved robustness of filters (sanity checks for each incoming audio chunk)Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@210 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-15Added sanity checks on incoming RTP timestampsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@180 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-10Rtp Mixer plugin is now installed in /usr/lib/orkaudio/pluginsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@171 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-09Make sure silence between two chunks cannot be more than 60 seconds (based ↵Henri Herscher
on RTP timestamp). If the case, drop the chunk. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@162 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Set all projects to link against Multithreaded DLL runtime + Set all ↵Henri Herscher
projects to disable inline function expansion. Those two things are critical to boost shared pointer not crashing the app (most likely heap separation problem). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@140 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Postbuild copy of dll to plugins directoryHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@136 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24Cleaned up commentsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@130 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24rtpmixer DSO now copied to plugins directory after buildHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@128 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-23Filter plugins now build under Linux (added Makefile.am files).Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@127 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-21*** empty log message ***Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@123 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-20VoIP mixing and decoding does now happen in the batch processing thread ↵Henri Herscher
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