-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the test_set_channel_layout_input
Calling audiounit_get_current_channel_layout by input-only (microphone-only) AudioUnit is prone to cause crash intermittently. The test_set_channel_layout_input is likely to cause intermittent crash since it calls audiounit_get_current_channel_layout by a input-only AudioUnit. Removing this test can avoid the random crashes when running `cargo test` (#31). The cubeb implementation has no need to get the channel-layout on input side, so the test_set_channel_layout_input is unnecessary anyway.
- Loading branch information
1 parent
868d847
commit 8e0d869
Showing
2 changed files
with
2 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters