-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Sys.time()
[1] "2020-10-30 18:44:17 -03"
library(magrittr)
url <- "https://pytorch.org/audio/_modules/torchaudio/transforms.html#Spectrogram"
httr::GET(url) %>%
httr::content() %>%
xml2::xml_find_all('//span[text()="class"]/following-sibling::span[1]') %>%
xml2::xml_text() %>%
stringr::str_c("- [ ] ", ., "\n") %>%
t() %>%
cat()- Spectrogram
- GriffinLim
- AmplitudeToDB
- MelScale
- InverseMelScale
- MelSpectrogram
- MFCC
- MuLawEncoding
- MuLawDecoding
- Resample
- ComplexNorm
- ComputeDeltas
- TimeStretch
- Fade
- _AxisMasking
- FrequencyMasking
- TimeMasking
- Vol
- SlidingWindowCmn
- Vad
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels