index
:
demo.git
main
Vide-coded 64k demo system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
window.h
blob: 8cb5dd84e2e141ed0d68a696378bbcce86650c65 (
plain
)
1
2
3
4
5
#pragma once #define WINDOW_SIZE 512 void hamming_window_512(float window[WINDOW_SIZE]);