-
Notifications
You must be signed in to change notification settings - Fork 79
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
Auracast support #589
Auracast support #589
Conversation
zxzxwu
commented
Nov 13, 2024
•
edited
Loading
edited
- Add BIG support
- Add BIG sync support
- Add Auracast app receive / broadcast modes
8e93294
to
be5cb2b
Compare
I realize we can use Python 3.10 builtin type operators in Python 3.9 by importing https://stackoverflow.com/questions/76579085/python-3-9-use-or-operator-for-union-types |
21c291c
to
f0314b4
Compare
b0df897
to
5818558
Compare
5a073ca
to
417141d
Compare
86408b0
to
d304452
Compare
apps/auracast.py
Outdated
) | ||
|
||
|
||
@auracast.command('source') |
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.
maybe this command should be called broadcast
, more intuitive than source
?
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.
Done