[QtExtended] Latest and greatest
Franky Van Liedekerke
liedekef at telenet.be
Fri Apr 3 00:43:07 CEST 2009
On Thu, 2 Apr 2009 18:39:34 +0200
Franky Van Liedekerke <liedekef at telenet.be> wrote:
> - voice notes
> ==> not working (not recording)
for those curious: it can be done ...
There are two things wrong in qtopia:
- the wrong alsa scenario file is used (it should be
voip-handset.state, but it is capturehandset.state)
This can be easily fixed (either in the source or just copy
voip-handset.state to capturehandset.state
- the pcm options used: it should use "hw" as PCM device, it doesn't
now.
So I changed /etc/asound.conf to read:
# default dmix configuration
pcm.!default {
type plug
# slave.pcm "dmix"
slave.pcm "hw"
}
ctl.mixer0 {
type hw
card 0
}
(changed the line slave.pcm). Now voicenotes work, and playback also.
Franky
More information about the community
mailing list