I am using sox for creating synth with 100ms, this is my command:
/usr/bin/sox -V -r 44100 -n -b 64 -c 1 file.wav synth 0.1 sine 200 vol -2.0dB
Now when I create 3 sine wave files and combine all with
/usr/bin/sox file1.wav file2.wav file3.wav final.wav
Then I get gaps between the files. I don't know why. But when i open for example file1.wav then I also see a short gap in front and at the end of the file.
How can I create a sine with exact 100ms without gaps in front and end?
And my 2nd question: is there also a possibility to create e.g. 10 sine wave synths with one command in sox? like sox f1 200 0.1, f2 210 01, f3 220 01, ... first 200hz 10ms, 210hz 10ms, 220hz 10ms
I have tried some different options in sox but always each single sine file looks like that:
