mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/audio: change the sample rate from 32000 -> 48000
This commit is contained in:
parent
0c76a0cbd7
commit
38a6583438
@ -43,7 +43,7 @@ const (
|
|||||||
screenWidth = 640
|
screenWidth = 640
|
||||||
screenHeight = 480
|
screenHeight = 480
|
||||||
|
|
||||||
sampleRate = 32000
|
sampleRate = 48000
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user