how to change devices? #11
Replies: 3 comments
-
Hi, I'll take a look, the attribute of ServerOptions is |
Beta Was this translation helpful? Give feedback.
-
Just pushed a simple fix, note that it is not possible to "programmatically obtain a list of available audio devices" because it would require an external dependency and so far this lib has none.
or
|
Beta Was this translation helpful? Give feedback.
-
Wonderful! thanks! I will take a look soon!
… On 5 Dec 2021, at 12:33, Lucas Samaruga ***@***.***> wrote:
Just pushed a simple fix, note that it is not possible to "programmatically obtain a list of available audio devices" because it would require an external dependency and so far this lib has none.
s.options.hw_device_name = 'IO Device Name'
or
s.options.hw_device_name = ('In Device Name', 'Out Device Name')
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#11 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAE7UF6ZKIFWBE3K4AOHPMTUPOA47ANCNFSM5JMW537Q>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Hi! Congratulations on the project: it looks very promising!
I'm struggling here to change the devices... the default ones have different sample rates and thus I cannot boot (have tried to change my OS default also)
I have seen in server.py that currently it is not possible to use attributes like s.option.inDevice and s.option.outDevice... are there any workarounds?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions