-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux : Virtual device creation and routing microphone audio via a python script #2
Conversation
Update:
Commit f7e9600 updates README accordingly |
linux/README.md
Outdated
@@ -0,0 +1,17 @@ | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
linux/README.md
Outdated
# | ||
## Requirements:- | ||
pavucontrol, python module subprocesss, audioop | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
In your conferencing software, select '_Monitor of dynopii_' as your audio input device. | ||
|
||
And your microphone audio is now routed to the conference! | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
linux/dynopii.sh
Outdated
#arecord -f cd - | python wire.py | aplay - Will use this when I can get piping working. | ||
#python hope.py | aplay -f cd This one should work but I don't know how to work with the subprocess module | ||
#arecord -f cd - | aplay - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these lines relevant? If yes, please add proper introduction comments. If not, please remove
Update : Thank you for reviewing and hope you can give this a look again whenever possible :) |
Created a folder 'linux' which contains the following files:-