Results 1 to 3 of 3
Cannot, despite much searching, find how to write stuff for alsa. All that:
Code:
pcm:smegma {
ttable 1.4 1
]
distribute {
smegma
}
etc. stuff. Such as in /etc/asound.conf ...
- 12-18-2008 #1
How to program alsa?
Cannot, despite much searching, find how to write stuff for alsa. All that:
etc. stuff. Such as in /etc/asound.conf is it?Code:pcm:smegma { ttable 1.4 1 ] distribute { smegma }
Is there somewhere, preferably in terms real cretins can understand, where the commands are described?
While we're at it how do you put a delay in one particular channel? Thanks any help.
- 12-18-2008 #2You probably haven't been using the right search terms. Try these. I found some resources by doing using them.despite much searching
Code:ALSA development
--
Bill
Old age and treachery will overcome youth and skill.
- 12-20-2008 #3Linux User
- Join Date
- Mar 2008
- Posts
- 287
Not sure whether you are looking for general info or for how to setup Alsa or what?
Sorry problem probably on this end. Have you looked here:
[Chapter 14] Programming /dev/dsp
Have a program I use with this input info:
1) List loaded sound modules 2) List soundcard information
3) List soundcard 0 information 4) List soundcard 1 information
5) List sound device information 6) Hear 2 Test Sounds (wav & au)
7) List /etc/modules.conf
List /etc/asound.state
List mixer information for:
M) Master N) Master Mono P) PCM
E) Line L) Line-In C) CD
K) Mic (Mic, As Center, Boost, Select)
S) PC Speaker A) Aux T) Capture
O) Mono Output X) Mix (Mix, Mix Mono)
Q) Quit Z) List all mixer values
if that would help.
If looking to display alsa try:
amixer | egrep -i "simple|%" | sed s/Left:/"Left: "/ | sed s/Mono:/"M
ono: "/ | sed s/control/" control"/ | sed s/"\'\(*\)\'"/"\'^[[1m^[[34
m\1^[[0m\'"/
Hope it helps.


Reply With Quote