Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yablon/auorange
/ functions
Functions
25 in github.com/Yablon/auorange
⨍
Functions
25
◇
Types & classes
3
↓ 2 callers
Method
_stft
(self, y)
auorange/auorange.py:128
↓ 2 callers
Function
multiband_linear_spectrogram
split full band linear spectrogram to sub-band linear spectrogram Args: full_band_linear (np.array): full band linear spectrogram generated f
auorange/utils.py:71
↓ 2 callers
Function
normalize_spec
(spectrogram)
auorange/auorange.py:141
↓ 1 callers
Method
_linear_to_mel
(self, spectrogram)
auorange/auorange.py:116
↓ 1 callers
Method
autocorrelation_to_lpc
(self, ac)
auorange/auorange.py:47
↓ 1 callers
Function
denormalize_spec
(spectrogram)
auorange/auorange.py:145
↓ 1 callers
Function
levinson_durbin
levinson durbin's recursion Args: n (int): lpc order pAC (np.array): autocorrelation Returns: np.array: lpc coefficients
auorange/utils.py:38
↓ 1 callers
Method
linear_to_autocorrelation
(self, linear)
auorange/auorange.py:52
↓ 1 callers
Method
linear_to_lpc
(self, linear, repeat=None)
auorange/auorange.py:57
↓ 1 callers
Method
lpc_audio
(self, mel, audio)
auorange/auorange.py:123
↓ 1 callers
Method
mel_spectrogram
(self, y)
auorange/auorange.py:103
↓ 1 callers
Method
mel_to_linear
(self, mel)
auorange/auorange.py:112
↓ 1 callers
Method
mel_to_lpc
(self, mel)
auorange/auorange.py:119
↓ 1 callers
Function
pad_to_linear_shape
(band, idx)
auorange/utils.py:90
↓ 1 callers
Method
predict
(self, lpcs, signal_slice)
auorange/auorange.py:65
↓ 1 callers
Method
reconstruct
(self, lpcs, audio)
auorange/auorange.py:71
Method
__init__
(self, lpc_order, clip_lpc, sample_rate, f0=40.)
auorange/auorange.py:40
Method
__init__
(self, sample_rate, n_fft, num_mels, hop_length, win_length, lpc_extractor)
auorange/auorange.py:88
Method
_istft
(self, y)
auorange/auorange.py:135
Method
linear_spectrogram
(self, y)
auorange/auorange.py:108
Function
load_wav
(path, sample_rate)
auorange/auorange.py:25
Function
plot
(array)
auorange/utils.py:18
Function
plot_spec
(M)
auorange/utils.py:31
Function
save_wav
(wav, path, sample_rate)
auorange/auorange.py:33
Method
testSplitFullBandLinear
(self)
auorange/tests/utils_test.py:8