Commit 1ed7c06f authored by moto's avatar moto
Browse files

Update tutorial author information (#2764)

Summary:
Adding and updating author information.

Pull Request resolved: https://github.com/pytorch/audio/pull/2764

Reviewed By: carolineechen

Differential Revision: D40332427

Pulled By: mthrok

fbshipit-source-id: 4f04c7351386c122e3b0a45c2ed1757a04b7dc9a
parent 928248d7
......@@ -8,6 +8,8 @@
"source": [
"# Hardware-Accelerated Video Decoding and Encoding\n",
"\n",
"**Author**: [Moto Hira](moto@meta.com)\n",
"\n",
"This tutorial shows how to use NVIDIA's hardware video decoder (NVDEC) and encoder (NVENC) with TorchAudio.\n",
"\n",
"Using hardware encoder/decoder improves the speed of loading and saving certain types of videos. Using them in TorchAduio requires additional FFmpeg configuration. This tutorial goes over how to compile FFmpeg, and compare the speed it takes to process video.\n",
......
......@@ -2,7 +2,7 @@
ASR Inference with CTC Decoder
==============================
**Author**: `Caroline Chen <carolinechen@fb.com>`__
**Author**: `Caroline Chen <carolinechen@meta.com>`__
This tutorial shows how to perform speech recognition inference using a
CTC beam search decoder with lexicon constraint and KenLM language model
......
......@@ -3,6 +3,8 @@
Audio Data Augmentation
=======================
**Author**: `Moto Hira <moto@meta.com>`__
``torchaudio`` provides a variety of ways to augment audio data.
In this tutorial, we look into a way to apply effects, filters,
......
......@@ -3,6 +3,8 @@
Audio Datasets
==============
**Author**: `Moto Hira <moto@meta.com>`__
``torchaudio`` provides easy access to common, publicly accessible
datasets. Please refer to the official documentation for the list of
available datasets.
......
......@@ -2,6 +2,9 @@
"""
Audio Feature Augmentation
==========================
**Author**: `Moto Hira <moto@meta.com>`__
"""
# When running this tutorial in Google Colab, install the required packages
......
......@@ -3,6 +3,8 @@
Audio Feature Extractions
=========================
**Author**: `Moto Hira <moto@meta.com>`__
``torchaudio`` implements feature extractions commonly used in the audio
domain. They are available in ``torchaudio.functional`` and
``torchaudio.transforms``.
......
......@@ -3,6 +3,8 @@
Audio I/O
=========
**Author**: `Moto Hira <moto@meta.com>`__
This tutorial shows how to use TorchAudio's basic I/O API to load audio files
into PyTorch's Tensor object, and save Tensor objects to audio files.
"""
......
......@@ -3,6 +3,8 @@
Audio Resampling
================
**Author**: `Caroline Chen <carolinechen@meta.com>`__, `Moto Hira <moto@meta.com>`__
This tutorial shows how to use torchaudio's resampling API.
"""
......
......@@ -2,7 +2,7 @@
Device ASR with Emformer RNN-T
==============================
**Author** : `Moto Hira <moto@fb.com>`__, `Jeff Hwang <jeffhwang@fb.com>`__.
**Author**: `Moto Hira <moto@meta.com>`__, `Jeff Hwang <jeffhwang@meta.com>`__.
This tutorial shows how to use Emformer RNN-T and streaming API
to perform speech recognition on a streaming device input, i.e. microphone
......
......@@ -2,7 +2,7 @@
Forced Alignment with Wav2Vec2
==============================
**Author** `Moto Hira <moto@fb.com>`__
**Author**: `Moto Hira <moto@meta.com>`__
This tutorial shows how to align transcript to speech with
``torchaudio``, using CTC segmentation algorithm described in
......
......@@ -2,7 +2,7 @@
Speech Enhancement with MVDR Beamforming
========================================
**Author** `Zhaoheng Ni <zni@fb.com>`__
**Author**: `Zhaoheng Ni <zni@meta.com>`__
"""
......
......@@ -2,7 +2,7 @@
Online ASR with Emformer RNN-T
==============================
**Author**: `Jeff Hwang <jeffhwang@fb.com>`__, `Moto Hira <moto@fb.com>`__
**Author**: `Jeff Hwang <jeffhwang@meta.com>`__, `Moto Hira <moto@meta.com>`__
This tutorial shows how to use Emformer RNN-T and streaming API
to perform online speech recognition.
......
......@@ -2,7 +2,7 @@
Speech Recognition with Wav2Vec2
================================
**Author**: `Moto Hira <moto@fb.com>`__
**Author**: `Moto Hira <moto@meta.com>`__
This tutorial shows how to perform speech recognition using using
pre-trained models from wav2vec 2.0
......
......@@ -2,6 +2,8 @@
StreamReader Advanced Usages
============================
**Author**: `Moto Hira <moto@meta.com>`__
This tutorial is the continuation of
`StreamReader Basic Usages <./streamreader_basic_tutorial.html>`__.
......
......@@ -2,6 +2,8 @@
StreamReader Basic Usages
=========================
**Author**: `Moto Hira <moto@meta.com>`__
This tutorial shows how to use :py:class:`torchaudio.io.StreamReader` to
fetch and decode audio/video data and apply preprocessings that
libavfilter provides.
......
......@@ -2,6 +2,8 @@
StreamWriter Advanced Usage
===========================
**Author**: `Moto Hira <moto@meta.com>`__
This tutorial shows how to use :py:class:`torchaudio.io.StreamWriter` to
play audio and video.
......
......@@ -2,6 +2,8 @@
StreamWriter Basic Usage
========================
**Author**: `Moto Hira <moto@meta.com>`__
This tutorial shows how to use :py:class:`torchaudio.io.StreamWriter` to
encode and save audio/video data into various formats/destinations.
......
......@@ -2,8 +2,8 @@
Text-to-Speech with Tacotron2
=============================
**Author** `Yao-Yuan Yang <https://github.com/yangarbiter>`__,
`Moto Hira <moto@fb.com>`__
**Author**: `Yao-Yuan Yang <https://github.com/yangarbiter>`__,
`Moto Hira <moto@meta.com>`__
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment