You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Could you tell me if all of this is either a limitation of bluez_alsa possibilities, or Darkice input device possibilities, or am i wrong in the way to configure darkice.cfg / .asoundrc file?
Let me describe the situation:
I simply want to setup a bluetooth phone device ("AC:EE:9E:2B:52:EB") as an audio source device within Darkice. I'm using the last version of Raspbian (Stretch) for which bluetooth audio is managed natively with bluez-alsa package.
i am very please with bluez-alsa which is very simple to use. And i don't want to install Pulseaudio if not required. I am able to use arecord function with for instance arecord -D test -f cd test.wav (which work perfectly when i run aplay test.wav after, the sound recorded from my bluetooth phone is playing)
"test" refers here to modifications i made in home/pi/.asoundrc file like:
pcm.test {
type plug
slave.pcm {
type bluealsa
device "AC:EE:9E:2B:52:EB"
profile "a2dp"
}
}
But then when I refer "test" device in [input] section of darkice.cfg file. device = test
Unfortunaltely this is not working and got the following messages:
Using config file: /home/pi/darkice.cfg
Using ALSA DSP input device: test
Using POSIX real-time scheduling, priority 4
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM test
DarkIce: DarkIce.cpp:1273: can't open connector [0]
By the way, when i read @arkq comments in #32 (feb 12th 2017) 👍 "one might use ALSA configuration file (e.g. ~/.asoundrc) to mark PCM device to be shown in the aplay listing"
I have the impression to have done what to be done. Unless i'm wrong.
And when i read litterature about darkice on internet, it seems to work with Pulseaudio (which i want to avoid installing)
Many thanks for you help to investigate my issue.
The text was updated successfully, but these errors were encountered:
SuperSam56
changed the title
Problem with setup/integration of bluez-alsa within Darkice.cfg
Problem with setup/integration of bluez-alsa for input sound device within Darkice
Jan 4, 2018
NOT in the /.asoundrc per-user configuration file
BUT rather in the /etc/asound.conf system configuration file.
indeed, it seems that the /.asoundrc is dynamically overrided by some events (such as switching the audio output to a bluetooth headset) and hence the source device was not recognized any more due to these unwanted overrides. (you maybe should add some info in your README.me)
Anyway, with this setup it works perfectly with Darkice
Hi,
Could you tell me if all of this is either a limitation of bluez_alsa possibilities, or Darkice input device possibilities, or am i wrong in the way to configure darkice.cfg / .asoundrc file?
Let me describe the situation:
I simply want to setup a bluetooth phone device ("AC:EE:9E:2B:52:EB") as an audio source device within Darkice. I'm using the last version of Raspbian (Stretch) for which bluetooth audio is managed natively with bluez-alsa package.
i am very please with bluez-alsa which is very simple to use. And i don't want to install Pulseaudio if not required.
I am able to use arecord function with for instance
arecord -D test -f cd test.wav
(which work perfectly when i runaplay test.wav
after, the sound recorded from my bluetooth phone is playing)"test" refers here to modifications i made in home/pi/.asoundrc file like:
But then when I refer "test" device in [input] section of darkice.cfg file.
device = test
Unfortunaltely this is not working and got the following messages:
By the way, when i read @arkq comments in #32 (feb 12th 2017) 👍 "one might use ALSA configuration file (e.g. ~/.asoundrc) to mark PCM device to be shown in the aplay listing"
I have the impression to have done what to be done. Unless i'm wrong.
And when i read litterature about darkice on internet, it seems to work with Pulseaudio (which i want to avoid installing)
Many thanks for you help to investigate my issue.
The text was updated successfully, but these errors were encountered: