cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Craige_Hales
Super User
Plucked note synthesis

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...

Last Modified: Aug 9, 2020 7:34 AM