X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=tools%2Fsynthesize_sources.pl;h=37e4ec0730650138d2e1dcd0b9b38f6559394476;hb=213cc1d320559c090fd2bc1748e6365382672888;hp=0785f09e40745d578a8fd9ac32608c9c14f69910;hpb=6ef5d85ae1f2c500c4163cd1df580b3f26991c1e;p=ardour.git diff --git a/tools/synthesize_sources.pl b/tools/synthesize_sources.pl index 0785f09e40..37e4ec0730 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", "8" # input in 8 bit chunks + "-b", "8", # input in 8 bit chunks "-s", # signed "/dev/zero", # input signal - "-b", "16" # input in 16 bit chunks + "-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