speechbrainteam commited on
Commit
7135ee3
1 Parent(s): 4bfe4bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -58,8 +58,7 @@ hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-libritts-16kHz",
58
 
59
  # Load an audio file (an example file can be found in this repository)
60
  # Ensure that the audio signal is sampled at 16000 Hz; refer to the provided link for a 22050 Hz Vocoder.
61
- #signal, rate = torchaudio.load('speechbrain/tts-hifigan-libritts-16kHz/example_16kHz.wav')
62
- signal, rate = torchaudio.load('/home/mirco/Downloads/example_16kHz.wav')
63
 
64
  # Ensure the audio is sigle channel
65
  signal = signal[0].squeeze()
 
58
 
59
  # Load an audio file (an example file can be found in this repository)
60
  # Ensure that the audio signal is sampled at 16000 Hz; refer to the provided link for a 22050 Hz Vocoder.
61
+ signal, rate = torchaudio.load('tests/samples/ASR/spk1_snt1.wav')
 
62
 
63
  # Ensure the audio is sigle channel
64
  signal = signal[0].squeeze()