Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
f04b3628
Unverified
Commit
f04b3628
authored
Nov 06, 2020
by
moto
Committed by
GitHub
Nov 06, 2020
Browse files
Introduce `functional` submodule (#1003)
parent
70fc197b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
torchaudio/functional/__init__.py
torchaudio/functional/__init__.py
+40
-0
torchaudio/functional/functional.py
torchaudio/functional/functional.py
+5
-0
No files found.
torchaudio/functional/__init__.py
0 → 100644
View file @
f04b3628
from
.functional
import
(
allpass_biquad
,
amplitude_to_DB
,
angle
,
band_biquad
,
bandpass_biquad
,
bandreject_biquad
,
bass_biquad
,
biquad
,
DB_to_amplitude
,
complex_norm
,
compute_deltas
,
contrast
,
create_dct
,
create_fb_matrix
,
dither
,
dcshift
,
deemph_biquad
,
detect_pitch_frequency
,
equalizer_biquad
,
flanger
,
gain
,
griffinlim
,
highpass_biquad
,
lfilter
,
lowpass_biquad
,
magphase
,
mask_along_axis
,
mask_along_axis_iid
,
mu_law_encoding
,
mu_law_decoding
,
overdrive
,
phase_vocoder
,
phaser
,
riaa_biquad
,
sliding_window_cmn
,
spectrogram
,
treble_biquad
,
vad
,
)
torchaudio/functional.py
→
torchaudio/functional
/functional
.py
View file @
f04b3628
...
...
@@ -12,6 +12,8 @@ __all__ = [
"spectrogram"
,
"griffinlim"
,
"amplitude_to_DB"
,
"DB_to_amplitude"
,
"compute_deltas"
,
"create_fb_matrix"
,
"create_dct"
,
"mu_law_encoding"
,
...
...
@@ -19,6 +21,8 @@ __all__ = [
"complex_norm"
,
"angle"
,
"magphase"
,
"dither"
,
"gain"
,
"phase_vocoder"
,
"lfilter"
,
"lowpass_biquad"
,
...
...
@@ -38,6 +42,7 @@ __all__ = [
"overdrive"
,
"phaser"
,
"flanger"
,
"detect_pitch_frequency"
,
'mask_along_axis'
,
'mask_along_axis_iid'
,
'sliding_window_cmn'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment