Regards
Guru
-- Forwarded message --
From: "Guru Prasad"
Date: May 7, 2015 12:19 PM
Subject: Re: Re[2]: [Alsa-user] Sending all audio over socket
To: "Sergei Steshenko"
Cc:
Yes you are correct.
However, what I'm pointing out is that using a named pipe causes all
applications usin
"
However, all (audio) applications freeze until my program (which reads
from the pipe) begins to run. This is expected behaviour of named
pipes.
I believe I can solve this by modifying the PCM 'default' dynamically.
"
- well, to me it sounds like your "overall" application should be a
multi-th
Todd Dailey wrote:
> How to report bugs when https://bugtrack.alsa-project.org/alsa-bug does
> not work?
For driver bugs, use the kernel bugzilla: https://bugzilla.kernel.org/
For other bugs, send a mail to the alsa-devel list.
Regards,
Clemens
--
How to report bugs when https://bugtrack.alsa-project.org/alsa-bug does
not work?
--
TD
t...@todddailey.ca
--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring su
I had some luck with the named pipe setup. I was able to set up
.asoundrc to write to a named pipe in /tmp and then send this data
over a socket and play it on another machine.
However, all (audio) applications freeze until my program (which reads
from the pipe) begins to run. This is expected beha