Skip to content

Commit

Permalink
examples/audio: change the sample rate from 32000 -> 48000
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jan 27, 2023
1 parent 0c76a0c commit 38a6583
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/audio/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
screenWidth = 640
screenHeight = 480

sampleRate = 32000
sampleRate = 48000
)

var (
Expand Down
Binary file modified examples/resources/audio/ragtime.mp3
Binary file not shown.
Binary file modified examples/resources/audio/ragtime.ogg
Binary file not shown.

0 comments on commit 38a6583

Please sign in to comment.