Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dimasikson/audio-cleaning-deep-learning
/ functions
Functions
24 in github.com/dimasikson/audio-cleaning-deep-learning
⨍
Functions
24
◇
Types & classes
1
↳
Endpoints
4
↓ 4 callers
Function
loadLabel
(input)
static/index.js:23
↓ 3 callers
Function
saveLabel
(input)
static/index.js:106
↓ 2 callers
Function
invert_spectrogram
Applies inverse fft. Args: spectrogram: [1+n_fft//2, t]
utils.py:103
↓ 2 callers
Function
load_spectrograms
Read the wave file in `fpath` and extracts spectrograms
utils.py:110
↓ 1 callers
Function
buildModel
(inputs, level_1, n_levels, levels_repeat, training=True, dropout=True, lr=1e-3, decay=1e-5)
modules.py:9
↓ 1 callers
Function
get_spectrograms
Parse the wave file in `fpath` and Returns normalized melspectrogram and linear spectrogram. Args: fpath: A string. The full path of a
utils.py:14
↓ 1 callers
Function
griffin_lim
Applies Griffin-Lim's raw.
utils.py:90
↓ 1 callers
Function
load_batch
(fnames, batch_labels)
utils.py:218
↓ 1 callers
Function
previewLabel
(input, inputAr)
static/index.js:137
↓ 1 callers
Function
retrieve_label
(fpath)
utils.py:185
↓ 1 callers
Function
train
(n_epochs, level_1, n_levels, levels_repeat, batch_size, max_sample_num = 500)
train.py:19
↓ 1 callers
Function
trim_wav
(fpath, label)
utils.py:192
Function
audio_time_update
()
static/index.js:175
Function
drawingMouseDown
(e)
static/index.js:261
Function
drawingMouseMove
(e)
static/index.js:277
Function
drawingMouseUp
(e)
static/index.js:326
Function
fetchLabels
()
main.py:22
Function
index
()
main.py:17
Function
load_wav_mags
(fpath)
utils.py:165
Function
mp3_to_wav
(fpath)
utils.py:129
Function
previewLabels
()
main.py:75
Function
saveLabels
()
main.py:57
Function
spectrogram2wav
# Generate wave file from linear magnitude spectrogram Args: mag: A numpy array of (T, 1+n_fft//2) Returns: wav: A 1-D numpy arr
utils.py:61
Function
split_large_wav
(fpath, interval_seconds, template)
utils.py:147