Custome waveform and tone generations

hello guys
this is dr kedar
i am very new to audacity.
i want help from you guys

i want to generate tones using audacity.
here i am mixing two waveforms together square and sawtooth
and creating a .wav file at the end

please refer to following video

problem is the whole process is taking much time.
i want to generate thousands to tones , the process is same but number will change

eg
i select 50 hz square wave
add more tone of 50 hz sawtooth wave & combine both waveforms

then
second trach 100 hz square wave
add 100 hz sawtooth wave and combine both 100 hz waves

now i get 50 hz & 100 hz tracks with custom waveform
and export this track as wav

is there a wav that i save the custom waveform as preset and just change the tone numbers and quickly create .wav files.

Try running this code in “Tools menu > Nyquist Prompt”:

;type generate

;control hz "Frequency (Hz)" float-text "" 40 0 nil
;control dur "Duration" time "" 30 0 nil

(let ((sqwav (stretch dur (osc-pulse hz 0)))
      (sinwav (osc (hz-to-step hz) dur *saw-table* -90)))
  (mult 0.5 (sum sqwav sinwav)))

Your saw-square combo is not very “Frequency Specific” :
Have a look at its frequency content

HELLO STEVE
HOW CAN I THANK YOU. IT WORKED WELL. I AM SO MUCH GREATFUL

CAN I ASK MY FEW OTHER QUERIES PLEASE

No need to ask if you can ask.
If you have further questions about a reply, just ask the question. If your other question is not directly related to this topic, start a new topic.

This topic was automatically closed after 30 days. New replies are no longer allowed.