mirror of
https://github.com/make-42/xyosc
synced 2025-03-21 03:13:19 +01:00
yes
This commit is contained in:
parent
b95a50dec6
commit
6516fa3b2f
@ -10,5 +10,5 @@ import (
|
|||||||
var HannWindow []float64
|
var HannWindow []float64
|
||||||
|
|
||||||
func Init() {
|
func Init() {
|
||||||
HannWindow = window.Hann(config.Config.ReadBufferSize / audio.SampleSizeInBytes / 2)
|
HannWindow = window.Hann(int(config.Config.ReadBufferSize / audio.SampleSizeInBytes / 2))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user