Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:amsvocodertutorial [2010/01/27 22:05] 82.170.209.99wiki:amsvocodertutorial [2013/06/02 15:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Work in progress. Stay tuned. ====== 
- 
 ====== Making a vocoder in ams ====== ====== Making a vocoder in ams ======
  
 ===== Introduction ===== ===== Introduction =====
  
-The entire process of setting up things in linux is more than often a hard one. Newbies have to deal with command lines and learning curves which range from steep roads to climbing mountaintops. Small goals like these in this tutorial can help people get confident in using linux.+The entire process of setting up things in linux is more than often a hard one. Newbies have to deal with command lines and learning curves which range from steep roads to climbing mountaintops. Small goals like those presented in this tutorial can help people get confident in using linux as their DAW.
  
 ===== Requirements ===== ===== Requirements =====
Line 32: Line 30:
 Its goal is to emulate an analogue synth, so learning about one will also help you know the other. Voltage and resistance are replaced by floating point variables, but the emulation is quite accurate, actually. Its goal is to emulate an analogue synth, so learning about one will also help you know the other. Voltage and resistance are replaced by floating point variables, but the emulation is quite accurate, actually.
  
-==== PCM In/Out ====+=== PCM In/Out ===
  
-These deal with what goes in and out of the jack connections of ams.+These deal with what goes in and out of the jack connections of ams. This basically means your microphone and your speakers.
  
-==== MCV ====+=== MCV ===
  
-This stands for Midi Controlled Voltage. This is where the signals from vkeybd go to and can be sent to other modules.+This stands for Midi Controlled Voltage. This is where the signals from vkeybd go to and this can be sent, in parts, to other modules.
  
-==== Mixer 2 => 1 ====+=== Mixer 2 => 1 ===
  
 This one mixes two inputs and turns it into 1 signal. Useful for turning stereo into mono. This one mixes two inputs and turns it into 1 signal. Useful for turning stereo into mono.
  
-==== +=== VCO === 
 + 
 +The Voltage Controlled Oscillator is the most important module when it comes to what your voice is going to sound like through the vocoder. The triangle or saw waves are a good place to start. The Frequency input will be linked to the frequency of the MCV, which results in the wave being the same pitch as what you play in vkeybd. 
 + 
 +=== Linear VCA === 
 + 
 +The Lin. VCA module may not be what you expect of a Voltage Controlled Amplifier if you see the usage in this context. We'll use it to stop signals going through when there is no key pressed in vkeybd. 
 + 
 +=== Vocoder === 
 + 
 +The cherry on top of the cake. This filters the "sound" of your voice and only the "information" part of your voice remains. The information in your voice gets mixed with the sound of the carrier. [[http://www.sirlab.de/linux/descr_vocoder.html|Settel can explain this much better than I can.]] 
 + 
 +====== 
 + 
 +Here's how you should connect everything in ams: 
 + 
 +{{http://i47.tinypic.com/334rbbl.jpg}} 
 + 
 +It should be pretty straightforward. If you rightclick any module another window opens so you can change some options. Good luck with finding out everything. The vocoder should be set to having 16 bands and you should set all bands to 1. As soon as I find out what every band does I'll put it here. If you do, don't hesitate to put it here. 
 + 
 +There you are. You just saved 300 bucks, if not more. Ready for live or studio usage. Have fun! 
 + 
 +===== Dirty bypass for more "formant" signal ===== 
 + 
 +You might be disappointed to how clearly you can hear a sentence. In my surroundings people were disappointed on that matter. I solved it doing this: 
 + 
 +{{http://i45.tinypic.com/2z9jdjs.jpg}} 
 + 
 +Just make sure you mix the bypass accordingly so you don't hear too much of your own, unvocoded, voice. Unless you want that, of course. 
 + 
 +===== Links ===== 
 + 
 +  * [[http://www.sirlab.de/linux/|Achim Settelmeier]] 
 +  * [[http://alsamodular.sourceforge.net/|AlsaModularSynth]] 
 +  * [[http://drobilla.net/blog/software/patchage/|Patchage]]
wiki/amsvocodertutorial.1264626304.txt.gz · Last modified: 2010/01/27 22:05 by 82.170.209.99