Opened 4 years ago
Closed 4 years ago
#64 closed defect (fixed)
pulse audio unsupported
| Reported by: | RavanH | Owned by: | vadim |
|---|---|---|---|
| Priority: | minor | Milestone: | QuteCom 2.2-RC4 |
| Component: | misc | Version: | 2.2-RC3 |
| Keywords: | pulse | Cc: |
Description
When using pulse audio as the main sound device on Ubuntu Intrepid AMD64, Qutecom (RC3) does not have sound. In configuration there is only ALSA or sound card available, no pulse...
Attachments (1)
Change History (5)
comment:1 Changed 4 years ago by cavedon
comment:2 Changed 4 years ago by vadim
- Milestone QuteCom 2.2-RC2 deleted
comment:3 Changed 4 years ago by cavedon
- Milestone set to QuteCom 2.2-RC4
- Priority changed from suggestion to minor
- Status changed from new to assigned
When uses with pulseaudio, snd_pcm_hw_params_any() returns 1 in case of success.
However the check for error in alsa_sndfile.cpp is "err != 0" instead of "err < 0".
Attaching patch fix the fix.
I believe this is an important fix because many distribution ship with pulseaudio now.
Changed 4 years ago by cavedon
comment:4 Changed 4 years ago by vadim
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Currently I am using qutecom on Ubuntu x86_64 intrepi with pulseaudio and it is working (only SIP calls):
-qutecom setting is "ALSA: Default"
-notification sounds are not working (I believe because of pulseaudio)
Unfortunately right now I do not have much time to debug it :(