README example audio links are broken (NoSuchBucket)
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:
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
</Error>Example
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
- Open the repository README.
- Click any link in the Example column.
- Observe the
404 Not Foundresponse containingNoSuchBucket.
For example:
$ 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: AmazonS3Expected 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.
Source: myshell-ai/MeloTTS