maxl0rd / standingwave3

Flash ActionScript3 dynamic audio library
http://www.noteflight.com
161 stars 25 forks source link

Musical Instruments #6

Open kikex opened 13 years ago

kikex commented 13 years ago

Hi!

Thanks by this wonderfull library! :)

I would like to know if is posible to make performances of sounds (not the basic sine) like the sound of a flute, or a piano, how we can get this audio synthesis?

I would like to know which is the best way in terms of memory optimization to make this kind of performances, are the mathematical functions?, or transformations of other audio sources?.

Is posible for example to modify sineSource.as to get a sound like a flute?

Thanks by helping :)

AnthonyArtmann commented 13 years ago

A flute sound is a combination of sine wave and noise. It has a slow attack. Once I can get this running under Flash CS3 I will post an example.

wolfmanphd commented 13 years ago

Hey, just a followup, and a bump!

I'd love it if someone could post an example of FM synthesis making a "fat" sound, like a flute or organ or whatever. I've mastered the envelopes to get a shaped tone, but I'd like something thicker.

Thanks!