#321·MeloTTS

README example audio links are broken (NoSuchBucket)

Author: ihoruCreated Aug 28, 2026Updated Aug 28, 2026

Description

All audio links in the README's Example column are currently broken.

Each link uses the same S3 bucket:

https://myshell-public-repo-host.s3.amazonaws.com

Requests return 404 Not Found with the following S3 error:

xml
<Error>
  <Code>NoSuchBucket</Code>
  <Message>The specified bucket does not exist</Message>
</Error>

Example

https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-US/speed_1.0/sent_000.wav

The problem affects every listed language and accent:

  • English (American)
  • English (British)
  • English (Indian)
  • English (Australian)
  • English (Default)
  • Spanish
  • French
  • Chinese
  • Japanese
  • Korean

All of these links share the unavailable myshell-public-repo-host bucket.

Steps to reproduce

  1. Open the repository README.
  2. Click any link in the Example column.
  3. Observe the 404 Not Found response containing NoSuchBucket.

For example:

bash
$ curl -I https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-US/speed_1.0/sent_000.wav
HTTP/1.1 404 Not Found
Content-Type: application/xml
Server: AmazonS3

Expected behavior

Each link should open or download an audio sample for the corresponding language or accent.

Suggested resolution

Please restore the S3 bucket or update the README with the current locations of the audio samples. If the samples are no longer hosted, the broken Example column could be removed or replaced with instructions for generating the samples locally.

Additional note

An older hostname, myshell-public-repo-hosting.s3.amazonaws.com, appears in some mirrored MeloTTS model cards, but it currently returns 403 Forbidden, so changing host to hosting does not appear to be a working fix.