-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(anni-playback): more fixes to device changes (#39)
* fix(anni-playback): recreate `CpalOutputStream` on device change * fix(anni-playback): recreate CpalOutputStream lazily Recreating immediately after device tends to fail * build: patch cpal the patch enables cpal to respect device selection on windows see: RustAudio/cpal#740 * fix(anni-playback): fix build on non-windows system * chore(anni-playback): avoid unnecessary mut * chore(anni-playback): reduce log level
- Loading branch information
Showing
3 changed files
with
18 additions
and
45 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
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