sysaudio: add missing switch cases for wasapi
This commit is contained in:
parent
ddc3da583c
commit
a14cb00ddd
1 changed files with 2 additions and 0 deletions
|
|
@ -631,6 +631,8 @@ pub const Context = struct {
|
|||
.front_left_center => win32.SPEAKER_FRONT_LEFT_OF_CENTER,
|
||||
.front_right_center => win32.SPEAKER_FRONT_RIGHT_OF_CENTER,
|
||||
.back_center => win32.SPEAKER_BACK_CENTER,
|
||||
.back_left => win32.SPEAKER_BACK_LEFT,
|
||||
.back_right => win32.SPEAKER_BACK_RIGHT,
|
||||
.side_left => win32.SPEAKER_SIDE_LEFT,
|
||||
.side_right => win32.SPEAKER_SIDE_RIGHT,
|
||||
.top_center => win32.SPEAKER_TOP_CENTER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue