Skip to content

Amica with AllTalk V2

erew123 edited this page Nov 9, 2024 · 4 revisions

Background

Amica's official documentation is written for AllTalk V1. I have provided a PR to the Amica team which will update the AllTalk extension to support both V1 and V2 of AllTalk. https://github.com/semperai/amica/pull/141

Configuration Steps

  1. When using the Amica extension, ensure you pick the correct Server Version.
  2. Input the correct Server URL.
  3. Click the Refresh button.
  4. Choose your settings for voice etc.

The preview voice button will not include the RVC voice. The settings will be saved in your browser cache and so will be lost when you wipe your browser history/cache.

Visual Reference

image

API Response Differences

AllTalk V2 Response Format

{
    "output_file_url": "/audio/tts_173109742477b95.wav",
    "output_cache_url": "/audiocache/tts_173109742477b95.wav"
}

AllTalk V1 Response Format

{
    "output_file_url": "http://127.0.0.1:7851/audio/tts_173109742477b95.wav",
    "output_cache_url": "http://127.0.0.1:7851/audiocache/tts_173109742477b95.wav"
}
Clone this wiki locally