![]() |
2010-11-05
, 14:30
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#2
|
![]() |
2010-11-05
, 14:38
|
Posts: 26 |
Thanked: 1 time |
Joined on Oct 2010
|
#3
|
![]() |
2010-11-05
, 14:52
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#4
|
![]() |
2010-11-05
, 14:54
|
Posts: 26 |
Thanked: 1 time |
Joined on Oct 2010
|
#5
|
![]() |
2010-11-05
, 14:56
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#6
|
![]() |
2010-11-05
, 15:09
|
Posts: 26 |
Thanked: 1 time |
Joined on Oct 2010
|
#7
|
![]() |
2010-11-05
, 15:19
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#8
|
![]() |
2010-11-05
, 18:54
|
Posts: 26 |
Thanked: 1 time |
Joined on Oct 2010
|
#9
|
![]() |
2010-11-05
, 19:35
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#10
|
- Wrote recorder with QtMultimedia. It's working for default device, but list provided by Qt is really short and choosing device from it doesn't work. From both reasons, this is no right way.
- Wrote recorder with PulseAudio. It's working for default device, but I can not use any other. I founded this http://pulseaudio.org/wiki/SampleAsyncDeviceList code to find out all devices (I couldn't find it anywhere else) and when I try any of them, it doesn't works. Sometimes error is "Invalid argument" and sometimes "No such entity".
My recorder uses simple API of pulseaudio, not the asynchronous one.
So, please, is there any tutorial how to record sound from non-default device with pa?
Language: C++
Project: I can not use existing application nor other language (like Python).
Last edited by Laethnes; 2011-04-29 at 08:59.