From 6ef5d85ae1f2c500c4163cd1df580b3f26991c1e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 16 Mar 2010 15:33:04 +0000 Subject: changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive) git-svn-id: svn://localhost/ardour2/branches/3.0@6761 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/synthesize_sources.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/synthesize_sources.pl') diff --git a/tools/synthesize_sources.pl b/tools/synthesize_sources.pl index 54fb8eb60d..0785f09e40 100755 --- a/tools/synthesize_sources.pl +++ b/tools/synthesize_sources.pl @@ -78,11 +78,11 @@ foreach my $tmp (keys %sources) { "-t", "raw", # /dev/zero is raw :) "-r", $samplerate, # set sample rate "-c", "1", # 1 channel - "-b", # input in bytes + "-b", "8" # input in 8 bit chunks "-s", # signed "/dev/zero", # input signal - "-w", # output 16 bit + "-b", "16" # input in 16 bit chunks "-t", "wav", # format wav $audioFileDirectory."/".$sources{$tmp}->{name}, # filename "trim", "0", $sources{$tmp}->{calculated_length}."s" # trim silence to wanted sample amount -- cgit v1.2.3