-
Notifications
You must be signed in to change notification settings - Fork 0
/
#README.md#
33 lines (22 loc) · 1.21 KB
/
#README.md#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# vocoder for clojure's Overtone
It makes robot-y vocals, like this:
https://www.youtube.com/watch?v=BSsXYisIE4E
Vocoder emulator, designed to be attached as an fx instance to an
instrument or to other synths via bus.
Uses amplitude of frequency bands in an input signal (usually the mic)
to control the amplitude of frequency bands in a synthesiser.
Number of bands, frequency range and number of passes through the bpf
can be adjusted when the vocoder synth is defined (but not 'live' using
'ctl').
This emulator also includes a white-noise synthesizer for picking up
higher frequencies in speech (called sibilants).
The thing with vocoders is that the synth settings are just as important
as the vocoder's. You will need to experiment with your synth to get the
the sounds you want, but these defaults work well to give a 'roboty'
sound using the pad synth in overtone.inst.synth library (you might need
to tweak it to gate properly though, see example folder).
Enjoy and send feedback to @nseymoursmith on twitter and github.
## License
Copyright © 2016 nseymoursmith
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.