I want a script (or a compiled executable - even better - with source code) that will take three variables as input:
Time: In minutes and seconds
Starting frequency: In hz
Ending frequency: In hz
The output is a *.wav file of length time, sweeping evenly from the starting frequency to the ending frequency.
For example, a 74 minute frequency sweep from 0 to 25,000 hz.
Is this even possible with a script? I think it would be something like:
Write header info
Write audio data
Write footer info
Anybody know if this can be done? Anybody have any pointers if I decide to try this myself?
Viper GTS
Time: In minutes and seconds
Starting frequency: In hz
Ending frequency: In hz
The output is a *.wav file of length time, sweeping evenly from the starting frequency to the ending frequency.
For example, a 74 minute frequency sweep from 0 to 25,000 hz.
Is this even possible with a script? I think it would be something like:
Write header info
Write audio data
Write footer info
Anybody know if this can be done? Anybody have any pointers if I decide to try this myself?
Viper GTS