Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ load_wav
Function
load_wav
utils/cwt.py:7–9 ·
view source on GitHub ↗
(wav_file, sr)
Source
from the content-addressed store, hash-verified
5
6
7
def
load_wav(wav_file, sr):
8
wav, _ = librosa.load(wav_file, sr=sr, mono=True)
9
return
wav
10
11
12
def
convert_continuos_f0(f0):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected