Skip to main content
Tutorials
Full ESPnet installation
ESPnet2
ESPnet1
Training configurations
Recipe tips
Audio formatting
Task class and data input system
Docker
Job scheduling system
Distributed training
Document Generation
Demos
Roadmap
ESPnet2
Demo
Course
ESPnet-EZ
ESPnet EZ
ESPnet1 (Legacy)
ESPnet1
Recipes
What is a recipe template?
Automatic Speech Recognition (Multi-tasking)
Automatic Speech Recognition with Discrete Units
Speaker Verification Spoofing and Countermeasures
Classification
Speech Codec
Speaker Diarisation
Speech Enhancement
Speech Recognition with Speech Enhancement
Speaker Diarisation with Speech Enhancement
Speech-to-Text Translation with Speech Enhancement
Self-supervised Learning
Language Modeling
Machine Translation
Speech-to-Speech Translation
Weakly-supervised Learning (Speech-to-Text)
ESPnet-SDS
Spoken Language Understanding
Speech Language Model
Speaker Representation
Self-supervised Learning
Speech-to-Text Translation
Singing Voice Synthesis
Text-to-Speech
Text-to-Speech with Discrete Units
Unsupervised Automatic Speech Recognition
Python API
espnet
asr
distributed
lm
mt
nets
optimizer
scheduler
st
transform
tts
utils
vc
espnet2
asr
asr_transducer
asvspoof
cls
diar
enh
fileio
fst
gan_codec
gan_svs
gan_tts
hubert
iterators
layers
lm
main_funcs
mt
optimizers
s2st
s2t
samplers
schedulers
sds
slu
speechlm
spk
ssl
st
svs
tasks
text
torch_utils
train
tts
tts2
uasr
utils
espnetez
config
data
dataloader
dataset
preprocess
task
trainer
Shell API
espnet2_bin
espnet_bin
spm
utils
utils_py
Search
Ctrl
K
Gan Codec
Less than 1 minute
Catalog
espnet2.gan_codec.abs_gan_codec.AbsGANCodec
espnet2.gan_codec.dac.dac.DAC
espnet2.gan_codec.dac.dac.DACDiscriminator
espnet2.gan_codec.dac.dac.DACGenerator
espnet2.gan_codec.encodec.encodec.Encodec
espnet2.gan_codec.encodec.encodec.EncodecDiscriminator
espnet2.gan_codec.espnet_model.ESPnetGANCodecModel
espnet2.gan_codec.funcodec.funcodec.FunCodec
espnet2.gan_codec.funcodec.funcodec.FunCodecDiscriminator
espnet2.gan_codec.funcodec.funcodec.FunCodecGenerator
espnet2.gan_codec.hificodec.hificodec.HiFiCodec
espnet2.gan_codec.hificodec.hificodec.HiFiCodecDiscriminator
espnet2.gan_codec.hificodec.hificodec.HiFiCodecGenerator
espnet2.gan_codec.hificodec.module.Encoder
espnet2.gan_codec.hificodec.module.Generator
espnet2.gan_codec.hificodec.module.get_padding
espnet2.gan_codec.hificodec.module.GroupResidualVectorQuantization
espnet2.gan_codec.hificodec.module.init_weights
espnet2.gan_codec.hificodec.module.ResBlock1
espnet2.gan_codec.hificodec.module.ResBlock2
espnet2.gan_codec.shared.decoder.seanet_2d.NormConvTranspose2d
espnet2.gan_codec.shared.decoder.seanet_2d.ReshapeModule
espnet2.gan_codec.shared.decoder.seanet_2d.SConvTranspose2d
espnet2.gan_codec.shared.decoder.seanet_2d.SEANetDecoder2d
espnet2.gan_codec.shared.decoder.seanet_2d.SEANetResnetBlock2d
espnet2.gan_codec.shared.decoder.seanet_2d.unpad2d
espnet2.gan_codec.shared.decoder.seanet.NormConvTranspose1d
espnet2.gan_codec.shared.decoder.seanet.SConvTranspose1d
espnet2.gan_codec.shared.decoder.seanet.SEANetDecoder
espnet2.gan_codec.shared.decoder.seanet.unpad1d
espnet2.gan_codec.shared.discriminator.msmpmb_discriminator.MultiBandDiscriminator
espnet2.gan_codec.shared.discriminator.msmpmb_discriminator.MultiScaleDiscriminator
espnet2.gan_codec.shared.discriminator.msmpmb_discriminator.MultiScaleMultiPeriodMultiBandDiscriminator
espnet2.gan_codec.shared.discriminator.msmpmb_discriminator.WNConv1d
espnet2.gan_codec.shared.discriminator.msmpmb_discriminator.WNConv2d
espnet2.gan_codec.shared.discriminator.msstft_discriminator.DiscriminatorSTFT
espnet2.gan_codec.shared.discriminator.msstft_discriminator.get_2d_padding
espnet2.gan_codec.shared.discriminator.msstft_discriminator.MultiDiscriminator
espnet2.gan_codec.shared.discriminator.msstft_discriminator.MultiScaleSTFTDiscriminator
espnet2.gan_codec.shared.discriminator.stft_discriminator.ComplexConv2d
espnet2.gan_codec.shared.discriminator.stft_discriminator.ComplexSTFTDiscriminator
espnet2.gan_codec.shared.discriminator.stft_discriminator.ComplexSTFTResidualUnit
espnet2.gan_codec.shared.discriminator.stft_discriminator.ModReLU
espnet2.gan_codec.shared.encoder.seanet_2d.get_activation
espnet2.gan_codec.shared.encoder.seanet_2d.NormConv2d
espnet2.gan_codec.shared.encoder.seanet_2d.pad2d
espnet2.gan_codec.shared.encoder.seanet_2d.SConv2d
espnet2.gan_codec.shared.encoder.seanet_2d.SEANetEncoder2d
espnet2.gan_codec.shared.encoder.seanet_2d.tuple_it
espnet2.gan_codec.shared.encoder.seanet.apply_parametrization_norm
espnet2.gan_codec.shared.encoder.seanet.ConvLayerNorm
espnet2.gan_codec.shared.encoder.seanet.get_extra_padding_for_conv1d
espnet2.gan_codec.shared.encoder.seanet.get_norm_module
espnet2.gan_codec.shared.encoder.seanet.NormConv1d
espnet2.gan_codec.shared.encoder.seanet.pad1d
espnet2.gan_codec.shared.encoder.seanet.SConv1d
espnet2.gan_codec.shared.encoder.seanet.SEANetEncoder
espnet2.gan_codec.shared.encoder.seanet.SEANetResnetBlock
espnet2.gan_codec.shared.encoder.seanet.SLSTM
espnet2.gan_codec.shared.encoder.snake_activation.snake
espnet2.gan_codec.shared.encoder.snake_activation.Snake1d
espnet2.gan_codec.shared.loss.freq_loss.MultiScaleMelSpectrogramLoss
espnet2.gan_codec.shared.loss.loss_balancer.Balancer
espnet2.gan_codec.shared.loss.loss_balancer.EMA
espnet2.gan_codec.shared.quantizer.modules.core_vq.default
espnet2.gan_codec.shared.quantizer.modules.core_vq.ema_inplace
espnet2.gan_codec.shared.quantizer.modules.core_vq.EuclideanCodebook
espnet2.gan_codec.shared.quantizer.modules.core_vq.kmeans
espnet2.gan_codec.shared.quantizer.modules.core_vq.laplace_smoothing
espnet2.gan_codec.shared.quantizer.modules.core_vq.ResidualVectorQuantization
espnet2.gan_codec.shared.quantizer.modules.core_vq.sample_vectors
espnet2.gan_codec.shared.quantizer.modules.core_vq.uniform_init
espnet2.gan_codec.shared.quantizer.modules.core_vq.VectorQuantization
espnet2.gan_codec.shared.quantizer.modules.distrib.all_reduce
espnet2.gan_codec.shared.quantizer.modules.distrib.average_metrics
espnet2.gan_codec.shared.quantizer.modules.distrib.broadcast_tensors
espnet2.gan_codec.shared.quantizer.modules.distrib.is_distributed
espnet2.gan_codec.shared.quantizer.modules.distrib.rank
espnet2.gan_codec.shared.quantizer.modules.distrib.sync_buffer
espnet2.gan_codec.shared.quantizer.modules.distrib.sync_grad
espnet2.gan_codec.shared.quantizer.modules.distrib.world_size
espnet2.gan_codec.shared.quantizer.residual_vq.QuantizedResult
espnet2.gan_codec.shared.quantizer.residual_vq.ResidualVectorQuantizer
espnet2.gan_codec.soundstream.soundstream.SoundStream
espnet2.gan_codec.soundstream.soundstream.SoundStreamDiscriminator
espnet2.gan_codec.soundstream.soundstream.SoundStreamGenerator
Prev
Fst
Next
Gan Svs