Skip to content

Commit

Permalink
update Oto (adjust the buffer size to 50[ms] for Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jan 9, 2023
1 parent 80bbdd3 commit d3553bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/hajimehoshi/bitmapfont/v2 v2.2.3
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.10.0.20230109125250-d598767fc96d
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.10.0.20230109131229-cc4e27972906
github.com/jakecoffman/cp v1.2.1
github.com/jezek/xgb v1.1.0
github.com/jfreymuth/oggvorbis v1.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/hajimehoshi/bitmapfont/v2 v2.2.3/go.mod h1:sWM8ejdkGSXaQGlZcegMRx4DyE
github.com/hajimehoshi/go-mp3 v0.3.4 h1:NUP7pBYH8OguP4diaTZ9wJbUbk3tC0KlfzsEpWmYj68=
github.com/hajimehoshi/go-mp3 v0.3.4/go.mod h1:fRtZraRFcWb0pu7ok0LqyFhCUrPeMsGRSVop0eemFmo=
github.com/hajimehoshi/oto/v2 v2.3.1/go.mod h1:seWLbgHH7AyUMYKfKYT9pg7PhUu9/SisyJvNTT+ASQo=
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.10.0.20230109125250-d598767fc96d h1:2E1Rz4S1IIeu43wnnPkJOz+PTFFOBM2T9Ne4p5qLjxs=
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.10.0.20230109125250-d598767fc96d/go.mod h1:wre+KgbOrKDXpgk6W/JC6KoFqZnVC/VtX5ZFRkJuxO4=
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.10.0.20230109131229-cc4e27972906 h1:RWS6L5r5i/mTY/VR9eFYYQjd4M9lDJAIauCnrj6YqwE=
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.10.0.20230109131229-cc4e27972906/go.mod h1:wre+KgbOrKDXpgk6W/JC6KoFqZnVC/VtX5ZFRkJuxO4=
github.com/jakecoffman/cp v1.2.1 h1:zkhc2Gpo9l4NLUZfeG3j33+3bQD7MkqPa+n5PdX+5mI=
github.com/jakecoffman/cp v1.2.1/go.mod h1:JjY/Fp6d8E1CHnu74gWNnU0+b9VzEdUVPoJxg2PsTQg=
github.com/jezek/xgb v1.1.0 h1:wnpxJzP1+rkbGclEkmwpVFQWpuE2PUGNUzP8SbfFobk=
Expand Down

0 comments on commit d3553bf

Please sign in to comment.