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
When the consumer (aka reader of the out fifo pipe) closes the fifo, the
next write to it will cause a SIGPIPE and the ec process terminates with
exit code 141.
To prevent this, make the process ignore the SIGPIPE signal. This is
fine as that is the only place where ec writes to a fifo, and allows
the error to be handled locally instead of in a global signal handler.
In case a write fails because of a broken pipe, close the fd and re-open
it. This will then again block until a consumer connects, and write to
it when it does.
Fixesvoice-engine#13
I am starting ec like so as sum the channels of my mic array
As you will see in another console it works on playback.
But if you record smething on end ec stops.
Been trying to use this with mycroft that stops and starts recording as it processes commands.
Why does ec stop when a recording ends?
Tried a few asound.conf but current is
Even as a daemon -D stop recording and ec ends?
The text was updated successfully, but these errors were encountered: