2015-09-05 Fred Gleason <fredg@paravelsystems.com>

* Added 'PCM24' to the list of available formats in
	'rdadmin/edit_rdlogedit.cpp' and 'rdadmin/edit_rdlogedit.h'.
	* Added PCM24 support for voice tracking in
	'rdlogedit/voice_tracker.cpp'.
This commit is contained in:
Fred Gleason
2015-09-05 09:40:52 -04:00
parent 07869f9ee9
commit 4de09b9eaf
11 changed files with 196 additions and 241 deletions

View File

@@ -2,7 +2,7 @@
//
// A Rivendell Voice Tracker
//
// (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2015 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -3944,6 +3944,10 @@ bool VoiceTracker::InitTrack()
edit_coding=RDCae::MpegL2;
break;
case 2:
edit_coding=RDCae::Pcm24;
break;
default:
edit_coding=RDCae::Pcm16;
break;