Mercurial > dottes
comparison makeWebAudio.sh @ 753:b83b49f2a0a0
Correct Mac-ism. find -maxdepth n, not find -depth n.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 13 Oct 2017 17:19:06 +0100 |
parents | ce5c7214f9aa |
children | d6e2a281cceb |
comparison
equal
deleted
inserted
replaced
751:9a6c27f6d13d | 753:b83b49f2a0a0 |
---|---|
64 makeaudiofiles $builddir/$newspeedfilename --mute=0,-1 | 64 makeaudiofiles $builddir/$newspeedfilename --mute=0,-1 |
65 rm $builddir/$newspeedfilename | 65 rm $builddir/$newspeedfilename |
66 } | 66 } |
67 | 67 |
68 # Generate audio files and slow speed (currently half speed) audio files. | 68 # Generate audio files and slow speed (currently half speed) audio files. |
69 find $booke -depth 1 -name "*.abc" | sort | | 69 find $booke -maxdepth 1 -name "*.abc" | sort | |
70 while read filename | 70 while read filename |
71 do | 71 do |
72 makeaudiofiles $filename | 72 makeaudiofiles $filename |
73 | 73 |
74 # Now make 1/4, 1/2 and 3/4 speed audio. | 74 # Now make 1/4, 1/2 and 3/4 speed audio. |