What sound examples? How can you possibly have sound examples for a dataflow simulation tool? You could basically implement every imaginable sound synthesis method in the world, so what will the sound examples be?
These are sounds produced with the example application programs distributed
with Sonic Flow. The applications are afmsynth
(an AM- and
FM-capable synthesizer), chorus-flanger
(a chorus and a flanger
effect), multitap
(a 4-tap delay line), parameq
(a
3-band fully parametric equalizer), reverb
(a reverb algorithm) and
wah-wah
(a 2-band wah-wah).
Most of the sounds are effects, and we have used the sample sf_helmi.wav as the input signal to the effects. Note that the input signal already contains impulsive "cracks", which some of the effects may emphasize.
The following table contains not only a description of the effect/program currently in use, but also the command line parameters used to produce every example sound.
Name | Usage |
Description | |
Wah-wah | |
example 1 | wah-wah 5 sf_helmi.wav sf_wah1.wav 200 1 3 2 100 |
Lower band center frequency 200 Hz, bandwidth 1 octave, band separation 2 octaves, modulation frequency 2 Hz, modulation width 100 Hz | |
example 2 | wah-wah 5 sf_helmi.wav sf_wah2.wav 200 2 3 3 150 |
Lower band center frequency 200 Hz, bandwidth 2 octaves, band separation 3 octaves, modulation frequency 3 Hz, modulation width 150 Hz | |
Chorus/flanger | |
example 1 | chorus-flanger 5 sf_helmi.wav sf_cfl1.wav 60 0.3 60 0 1 0
|
Vibrato: delay 60 ms, modulation frequency 0.3 Hz, modulation depth 60 ms, feedback 0 , feedforward 1 , blend 0 | |
example 2 | chorus-flanger 5 sf_helmi.wav sf_cfl2.wav 2 0.3 2 -0.7071 0.7071 0.7071
|
Flanger: delay 2 ms, modulation frequency 0.3 Hz, modulation depth 2 ms, feedback -0.7071, feedforward 0.7071, blend 0.7071 | |
example 3 | chorus-flanger 5 sf_helmi.wav sf_cfl3.wav 40 0.3 20 0 0.7071 1
|
Industry standard chorus: delay 40 ms, modulation frequency 0.3 Hz, modulation depth 20 ms, feedback 0, feedforward 0.7071, blend 1 | |
example 4 | chorus-flanger 5 sf_helmi.wav sf_cfl4.wav 20 0.3 10 0.7071 1 0.7071
|
White chorus: delay 20 ms, modulation frequency 0.3 Hz, modulation depth 10 ms, feedback 0.7071, feedforward 1, blend 0.7071 | |
example 5 | chorus-flanger 5 sf_helmi.wav sf_cfl5.wav 50 0.3 30 0 0.7071 0.7071
|
Doubling: delay 50 ms, modulation frequency 0.3 Hz, modulation depth 30 ms, feedback 0, feedforward 0.7071, blend 0.7071 | |
Parametric equalizer | |
example 1 | parameq 5 sf_helmi.wav sf_peq1.wav 300 -20 800 300 10 5000 -20
|
low band corner frequency 300 Hz, low band gain -20 dB, mid band center frequency 800 Hz, mid band bandwidth 300 Hz, mid band gain +10 dB, high band corner frequency 5000 Hz, high band gain -20 dB | |
example 2 | parameq 5 sf_helmi.wav sf_peq2.wav 100 10 400 200 -20 5000 -20
|
low band corner frequency 100 Hz, low band gain +10 dB, mid band center frequency 400 Hz, mid band bandwidth 200 Hz, mid band gain -20 dB, high band corner frequency 5000 Hz, high band gain -20 dB | |
example 3 | parameq 5 sf_helmi.wav sf_peq3.wav 200 -20 400 100 20 10000 20
|
low band corner frequency 200 Hz, low band gain -20 dB, mid band center frequency 400 Hz, mid band bandwidth 100 Hz, mid band gain +20 dB, high band corner frequency 10000 Hz, high band gain +20 dB | |
Reverb | |
example 1 (left), (right) | reverb 5 sf_helmi.wav sf_rev1_left.wav sf_rev1_right.wav
|
No changeable parameters. | |
Multitap delay | |
example 1 | multitap 5 sf_helmi.wav sf_mul1.wav 100 0.5 300 0.3 400 0.2 800 0.1
|
first delay tap at 100 ms, first delay tap gain 0.5, second delay tap at 300 ms, second delay tap gain 0.3, third delay tap at 400 ms, third delay tap gain 0.2, fourth delay tap at 800 ms, fourth delay tap gain 0.1 | |
example 2 | multitap 5 sf_helmi.wav sf_mul2.wav 30 0.25 60 0.25 100 0.25 130 0.25
|
first delay tap at 30 ms, first delay tap gain 0.25, second delay tap at 60 ms, second delay tap gain 0.25, third delay tap at 100 ms, third delay tap gain 0.25, fourth delay tap at 130 ms, fourth delay tap gain 0.25 | |
AM/FM synthesizer | |
example 1 | afmsynth 5 sf_afm1.wav '(440, 0.7)'
|
440 Hz sine wave | |
example 2 | afmsynth 5 sf_afm2.wav '((440 + (880, 220)), 0.7)'
|
440 Hz triangle wave approximation | |
example 3 | ./afmsynth 10 sf_afm3.wav '((160 + ((70 + (0.2, 70)), (90+(1, 50)))), 0.7)'
|
Bizarre FM sound | |
example 4 | afmsynth 10 sf_afm4.wav '((110 + ((220 + ((110 + (1, 70)), 120)), 60)), (0.4 + ((5+(0.15, 5)), 0.4)))'
|
Gloomy AM/FM sound |
http://sonicflow.sourceforge.net/sounds/
Last modified: Mon Dec 7 16:57:49 1998
jams@users.sourceforge.net