Skip to content

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