Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I am trying to make some noises with javascript so :
is there a way in javascript to generate a continuous series of beeps in increasing amplitude and export it into a WAV file?
i checked this link but it was about working with WebApi and this is not what i want.
Yes, WAVE-files are very simple.
Create array of bytes (ByteArray) following this http://soundfile.sapp.org/doc/WaveFormat/ specification
Send them as downloadable file.
Add a comment
sox
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.