Hello,

I've been receiving some Australian help on getting flite working on the
H2210 ipaq. (thanks for that!)
But it's not 100% yet on the ipaq:

It appears that mono audio goes to the null device.
Stereo audio goes to the default device.
flite generates mono audio.

When I use the mono to stereo convertor I get:

[EMAIL PROTECTED]:/etc$ aplay -Dplug:10to20 /usr/share/gpe-conf/activate.wav
Playing WAVE '/usr/share/gpe-conf/activate.wav' : Signed 16 bit Little
Endian, Rate 44100 Hz, Mono
ALSA lib pcm_params.c:2152:(snd_pcm_hw_refine_slave) Slave PCM not usable
aplay: set_params:879: Broken configuration for this PCM: no
configurations available

or:

[EMAIL PROTECTED]:/etc$ flite -t test
ALSA lib pcm_params.c:2152:(snd_pcm_hw_refine_slave) Slave PCM not usable
audio_open_alsa: failed to get hardware parameters from audio device.
Invalid argument

asound.conf:

#
# simple dmix configuration
#
pcm.dsp0 {
    type plug
    slave.pcm "dmix"
}

ctl.mixer0 {
    type hw
    card 0
}

pcm.!default{
type plug
slave.pcm "10to20"
}

pcm.10to20 {
type route
slave.pcm hw:0
slave.channels 2
ttable.0.0 1
ttable.0.1 1
}

What is wrong here?
The dsp0 and mixer0 blocks are Angstrom default config.
Please let us know!
Thanks.

Kind regards,
Udo

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to