Alsachan
From Yate Documentation
(Difference between revisions)
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | The alsachan module can be used either to test your Yate or to use Yate as a VoIP client with [http://www.alsa-project.org/ ALSA] drivers. | |
From a routing module you can call the sound card like this.<br> | From a routing module you can call the sound card like this.<br> | ||
Line 7: | Line 7: | ||
The alsachan is intialized depending on what parameter you use to call it from the routing module. The default settings are what you are going to use in most cases. | The alsachan is intialized depending on what parameter you use to call it from the routing module. The default settings are what you are going to use in most cases. | ||
− | To select a specific device you need to specify something like alsa/plughw:0,0 - please check the ALSA documentation on the naming conventions | + | To select a specific device you need to specify something like: |
+ | alsa/plughw:0,0 - please check the ALSA documentation on the naming conventions. | ||
− | If you want to make your | + | Consider [http://www.alsa-project.org/main/index.php/DeviceNames ALSA device names] and [http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html ALSA PCM interface] for start. |
+ | |||
+ | If you want to make your alsa the default in Yate client put in yate-qt4.conf: | ||
[client] | [client] | ||
device=alsa/default | device=alsa/default | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | *[[osschan]] | ||
+ | |||
+ | [[Category:Sound drivers]] |
Latest revision as of 11:56, 4 November 2013
The alsachan module can be used either to test your Yate or to use Yate as a VoIP client with ALSA drivers.
From a routing module you can call the sound card like this.
^1$=alsa/default
The alsachan is intialized depending on what parameter you use to call it from the routing module. The default settings are what you are going to use in most cases.
To select a specific device you need to specify something like:
alsa/plughw:0,0 - please check the ALSA documentation on the naming conventions.
Consider ALSA device names and ALSA PCM interface for start.
If you want to make your alsa the default in Yate client put in yate-qt4.conf:
[client] device=alsa/default
See also