Open AvroraPolnareff opened 8 months ago
modulator * bf() + bf() >> carrier
https://ccrma.stanford.edu/~jos/sasp/Frequency_Modulation_FM_Synthesis.html
article on how fm synthesis should be implemented
Assuming the article above, code above is right way of doing fm
modulator * bf() + bf() >> carrier
the right way to do fm?