Part of this code grabbed from an older project Wav Files.
The synthesis is done with an algorithm similar to Karplus–Strong string synthesis - Wikipedia. A short buffer of random noise is played over and over, filtering it each time by averaging adjacent samples. When you listen, you'll hear 10 repeated notes, all different because of the random starting point.
Here is a lot more information https://www.soundonsound.com/techniques/synthesizing-plucked-strings.
I converted the wav file to mp4 using
ffmpeg -i "synth 450 Hz.wav" "synth 450 Hz.mp4"
so it could be uploaded. Perhaps it will play on your OS; if not, run the JSL.
10 plucks
Stay tuned...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.