On Sat, Jan 14, 2006 at 12:03:55AM +0300, Andrew Gaydenko wrote:
Hi!
The aim is to generate audiofile with one/few-sample-length impulse inside
silence. Is there suitable software to do the job?
Thanks in advance!
Andrew
You could use your favorite programming language or a hex editor to
create a file with some number of binary 1s, then some binary 0s in the
desired sample format, then use sox to convert it from raw format to wav
or whatever you need.