summaryrefslogtreecommitdiff
path: root/orkaudio/BatchProcessing.cpp
AgeCommit message (Collapse)Author
2007-01-04Fixed potential crash that had been introduced with changeset 379 that could ↵Henri Herscher
happen when an unsupported RTP stream was seen. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@385 09dcff7a-b715-0410-9601-b79a96267cd0
2006-12-27It is now possible to have multiple streams with different codecs being ↵Henri Herscher
correctly transcribed into one single recording. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@379 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-10-19Added a tape ready message that is emitted to orktrack when a tape has been ↵Henri Herscher
transcoded and is ready for replay. Tape stop message is now sent when the capture has ended. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@346 09dcff7a-b715-0410-9601-b79a96267cd0
2006-10-11There is now an orkaudio wide tracking ID for recording sessions. All ↵Henri Herscher
logging related to a recording session includes this tracking ID. The recording file name now uses this tracking ID instead of the "port" name which used to be IP+TcpPort of one endpoint. Also introduced the notion of OrkUid which is an unique identifier based on timestamp + tracking ID. OrkUid is not yet reported to orktrack. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@342 09dcff7a-b715-0410-9601-b79a96267cd0
2006-09-27Added sample count logging.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@336 09dcff7a-b715-0410-9601-b79a96267cd0
2006-08-21orkaudio 0.6 now builds under Linux.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@329 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-26Added command line mcf file transcoding - Henri Herscher
The syntax is: #orkaudio transcode myfile.mcf - The output has the format specified in config.xml. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@310 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-11Fixed problem in Singleton initialization.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@301 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-11Make sure the singleton cannot be instanciated twiceHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@298 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-07* Added EndMetadata capture eventHenri Herscher
* A tape start message is now sent upon reception of the EndMetadata capture event * Removed TapeMsg.m_loginString git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@297 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-05* Tape processor interface becomes usable and usedHenri Herscher
* Reporting and BatchProcessing become "standard" tape processors * Imediate processing kicks off the tape processor chain * Object now references Serializer * ConfigManager singleton not an ACE singleton anymore because ACE singletons are not unique across DLL boundaries. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@296 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Added #pragma warning( disable: 4786 ) to a few filesHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@281 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moved FileFormatEnum from AudioTape.cpp in OrkAudio to AudioCapture.cpp in ↵Henri Herscher
OrkBase git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@271 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-18Now checks for null pointer before trying to close and delete files in ↵Henri Herscher
exception handler (was crash prone) git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@237 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-16Now closing capture file when an exception was thrown. Improved logging, in ↵Henri Herscher
particular, RTP payload type is now logged when relevant. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@233 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-05now deleting failed capture files by default (configurable)Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@226 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-05Tapes now only reported if it was possible to transcode them.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@224 09dcff7a-b715-0410-9601-b79a96267cd0
2006-04-08Replaced sleep by nanosleepHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@211 09dcff7a-b715-0410-9601-b79a96267cd0
2006-03-22Added BatchProcessingEnhancePriority config parmHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@199 09dcff7a-b715-0410-9601-b79a96267cd0
2006-03-19Default immediate processing queue size is now 10000. Default batch ↵Henri Herscher
processing queue size is now 20000. Both values are now configurable. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@198 09dcff7a-b715-0410-9601-b79a96267cd0
2006-03-15Fixed Linux compilation errorsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@195 09dcff7a-b715-0410-9601-b79a96267cd0
2006-03-15If an exception happens in the batch processing, will still delete the mcf file.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@193 09dcff7a-b715-0410-9601-b79a96267cd0
2006-03-02OrkTrack can now ask for tape deletionHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@189 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-09Added a temp chunk reference so as to keep the input chunk (facilitates ↵Henri Herscher
debugging) git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@159 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-01Dropped remote indicator when reporting an audio chunkHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@151 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-21fixes to change VoIpMixer to RtpMixerHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@125 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
2005-12-09Corrected bug where gsm could not be chosen anymore for storage format.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@103 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-08Orkaudio can now encode in "pcmwav" format, ie, pcm stored in a wav file ↵Henri Herscher
without compression. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@100 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-06Sample rate can now be different than 8KHzHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@94 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-15Improvements in the shutdown procedure (NT service does not crash on exit ↵Henri Herscher
anymore, give two seconds to threads to exit properly). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@44 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-04Added AudioOutputPath config parameterHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@40 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-20First checkinHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@2 09dcff7a-b715-0410-9601-b79a96267cd0