Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ create_wav_files
Function
create_wav_files
dali/test/python/reader/test_nemo_asr.py:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
67
def
create_wav_files():
68
for
i in range(len(names)):
69
scipy.io.wavfile.write(names[i], rates[i], ref_i[i])
70
71
72
create_wav_files()
Callers
1
test_nemo_asr.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected