-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
69 lines (69 loc) · 1.55 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
destination: docs
template:
params:
bootswatch: united
ganalytics: G-2WGS9CPRN1
home:
title: R interface to PyTorch's TorchAudio.
links:
- text: Ask a question about this work
href: https://github.com/mlverse/torchaudio/issues
authors:
Athos Damiani:
href: https://github.com/athospd
Daniel Falbel:
href: https://github.com/dfalbel
Sigrid Keydana:
href: https://github.com/skeydan
reference:
- title: Datasets
contents:
- ends_with("_dataset")
- title: Transforms
contents:
- starts_with("transform_")
- title: Functionals
contents:
- starts_with("functional_")
- title: Kaldi API
contents:
- starts_with("kaldi_")
- '`list_audio_backends`'
- title: Neural network modules
contents:
- starts_with("model_")
- title: Audio I/O
contents:
- '`torchaudio_load`'
- title: Informational
contents:
- '`torchaudio_info`'
- title: Utilities
contents:
- '`extract_archive`'
- title: Misc
contents:
- '`linear_to_mel_frequency`'
- '`mel_to_linear_frequency`'
navbar:
structure:
left:
- home
- articles
- reference
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Audio I/O and Pre-Processing with torchaudio
href: articles/audio_preprocessing_tutorial.html
github:
icon: fa-github
href: https://github.com/mlverse/torchaudio