examples/audio: change the sample rate from 32000 -> 48000

This commit is contained in:
Hajime Hoshi 2023-01-27 14:58:17 +09:00
parent 0c76a0cbd7
commit 38a6583438
3 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const (
screenWidth = 640
screenHeight = 480
sampleRate = 32000
sampleRate = 48000
)
var (

Binary file not shown.

Binary file not shown.