mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
decrease default sample rate to 48000
to avoid device related issues
This commit is contained in:
parent
e339c98986
commit
e1ef3ff2ac
@ -46,7 +46,7 @@ export default class Player extends Core {
|
|||||||
// default statics
|
// default statics
|
||||||
static maxBufferLoadQueue = 2
|
static maxBufferLoadQueue = 2
|
||||||
|
|
||||||
static defaultSampleRate = 192000
|
static defaultSampleRate = 48000
|
||||||
|
|
||||||
currentDomWindow = null
|
currentDomWindow = null
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user