Skip to content

OutputAudioDevice #9

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

Open
wants to merge 65 commits into
base: develop
Choose a base branch
from
Open

OutputAudioDevice #9

wants to merge 65 commits into from

Conversation

mberz
Copy link
Member

@mberz mberz commented Mar 31, 2023

Implement OutputAudioDevice class.

requires #5

@mberz mberz changed the base branch from develop to feature/generators March 31, 2023 14:58
@mberz mberz changed the title OutputAudioDecvice OutputAudioDevice Mar 31, 2023
@mberz mberz mentioned this pull request Mar 31, 2023
12 tasks
mberz added 6 commits April 3, 2023 21:14
- Move OutputDevice related things to the respective setter
- Add checks if the stream is active and raise an exception if so
}
elif kind == 'output':
return {
'name': "MockInputDevice",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we use 'name': "MockInputDevice", when kind == 'output'? Same question for kind=None and kind=input.

@mberz mberz changed the base branch from feature/generators to develop April 10, 2025 16:59
@mberz mberz moved this from Backlog to Drafting Phase in Weekly Planning May 9, 2025
@mberz mberz added this to the v0.1.0 milestone May 9, 2025
@mberz mberz self-assigned this May 9, 2025
@mberz mberz requested a review from Marius-tgm May 25, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Drafting Phase
Development

Successfully merging this pull request may close these issues.

2 participants