Skip to content

AudioUnit::set_sample_rate should be &mut self rather than &self for API clarity. #30

@mitchmindtree

Description

@mitchmindtree

Although it's not technically required, a mutation is being performed on the underlying AudioUnit that our type represents, and this will make that clearer and improve safety.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions