-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Sys.time()
#> [1] "2020-10-29 01:25:49 -03"
library(magrittr)
url <- "https://pytorch.org/audio/_modules/torchaudio/functional.html#mu_law_decoding"
httr::GET(url) %>%
httr::content() %>%
xml2::xml_find_all('//span[text()="def"]/following-sibling::span[1]') %>%
xml2::xml_text() %>%
stringr::str_c("- [ ] ", ., "\n") %>%
t() %>%
cat()- spectrogram
- griffinlim (waiting for torch_istft())
- amplitude_to_DB
- DB_to_amplitude
- create_fb_matrix
- create_dct
- mu_law_encoding
- mu_law_decoding
- complex_norm
- angle
- magphase
- phase_vocoder (waiting for torch_norm())
- lfilter
- biquad
- _dB2Linear
- highpass_biquad
- lowpass_biquad
- allpass_biquad
- bandpass_biquad
- bandreject_biquad
- equalizer_biquad
- band_biquad
- treble_biquad
- bass_biquad
- deemph_biquad
- riaa_biquad
- contrast
- dcshift
- overdrive
- phaser
- _generate_wave_table
- flanger
- mask_along_axis_iid
- mask_along_axis
- compute_deltas
- gain
- _add_noise_shaping
- _apply_probability_distribution
- dither
- _compute_nccf (waiting for torch_norm())
- _combine_max
- _find_max_per_frame
- _median_smoothing
- detect_pitch_frequency (waiting for _compute_nccf())
- sliding_window_cmn
- _measure
- vad
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels