Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functionals #3

Open
46 of 47 tasks
Athospd opened this issue Oct 26, 2020 · 0 comments
Open
46 of 47 tasks

functionals #3

Athospd opened this issue Oct 26, 2020 · 0 comments

Comments

@Athospd
Copy link
Collaborator

Athospd commented Oct 26, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant