-
Notifications
You must be signed in to change notification settings - Fork 116
Everything is great but there is no audio output from the SOX process #140
Comments
this is because of a bug currently where sox is run with "-vol 0" argument, that does just that, sets the volume to 0. see my pull request #138 for that bug fix, and another. |
Yeap. Seems like you are right. I am just suprised that no one even tested the release with such a silly bug. |
The whole thing looks pretty much broken. It creates loops. |
@develroo Look at my reply above. As you can see in the strace exec you found, sox is being run with "vol 0" which sets the volume to absolute 0. |
ddan39 I tryied you patch and it helped a lot but didn't solve the problem. Lyrebird creates loops everytime it enables or changes configuiration. |
@Sap333 I'm not sure what you mean. I believe lyrebird is supposed to create loops, that's how it redirects the audio around. I don't run ubuntu though, so I won't be much help getting it to work on your system. I made my own PKGBUILD for archlinux, with my patches, and it works for me. |
All sound device appear and seem to work properly once Lirebird is enabled. SOX process also starts.
But there is no output on Lirebird's monitor device.
In the system mixer I see input on "SOX input" input device and nothing on the output device.
Ubuntu 23.04
Python 3 => Python 3.11.4 (the default version for this release).
Lyrebird 1.2.0 was installed from a DEB-file.
The text was updated successfully, but these errors were encountered: