[DEV] using raspberry pis to transmit via vban

VB-Audio Network Protocol and applications
quiniouben
Posts: 6
Joined: Fri Jan 29, 2010 3:21 pm

Re: useing raspberry pis to transmit via vban

Post by quiniouben »

Hi,
Mmh. Have you tried using this device with same configuration with arecord ?
You could try like this:

Code: Select all

arecord -Dsysdefault -r48000 -c1 -fS16_LE test.wav
The error you have is "no such device", which is error code -ENODEV from ALSA.
If I read ALSA online documentation, I see this:
-ENOTTY, -ENODEV

This error can happen when device is physically removed (for example some hotplug devices like USB or PCMCIA, CardBus or ExpressCard can be removed on the fly).
You seem to use an USB card, but well, I just tried on my laptop with a Logitech USB headset with success.

I have a Pi A+, a Pi B+ and a PiZero at home, I can try on these, eventhough you use Pi3 and its different.
Can you tell me which distribution you use ? Raspbian ?
hex_1
Posts: 6
Joined: Wed Aug 30, 2017 9:38 pm

Re: useing raspberry pis to transmit via vban

Post by hex_1 »

i an using raspbian installed at the start of this month using noobs i can move to a rpi 2 if that would help i have both.
quiniouben
Posts: 6
Joined: Fri Jan 29, 2010 3:21 pm

Re: useing raspberry pis to transmit via vban

Post by quiniouben »

Hello,
Well, any try on alternative machines / distro / tool would be interesting.
Have you tried the arecord command proposed ?
Post Reply