Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/AVH
/ closeWAVE
Function
closeWAVE
interface/audio/python/arm_vsi0.py:88–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
87
## Close WAVE file (global WAVE object)
88
def
closeWAVE():
89
global WAVE
90
logger.info(
"Close WAVE file"
)
91
WAVE.close()
92
93
94
## Load audio frames into global Data buffer
Callers
1
wrCONTROL
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected