mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user