summaryrefslogtreecommitdiff
path: root/tools/synthesize_sources.pl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-31 03:45:30 +0000
committerDavid Robillard <d@drobilla.net>2011-05-31 03:45:30 +0000
commit8dedb6c38aad39890b6ee1698e4bde25d09a37b3 (patch)
tree586c16df09addee198a69621359c5f8bb2ad013d /tools/synthesize_sources.pl
parentfd33fa896f787470d3c12708e02f9c7af63259c8 (diff)
Fix syntax errors (how did this happen?)
git-svn-id: svn://localhost/ardour2/branches/3.0@9641 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/synthesize_sources.pl')
-rwxr-xr-xtools/synthesize_sources.pl4
1 files changed, 2 insertions, 2 deletions
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