Uberduck Written Tutorial
  • ‼️BEFORE YOU ASK ANYTHING, READ THIS FIRST!
  • 😊Introduction
  • 🗒️Plans and Updates
  • Discord Server Usage
    • Uberduck's Discord server walkthrough 100%
  • Requirements
    • 🤔Which Sources Should I Start?
    • 🛠️Requirements
  • Gathering Dialogs
    • Intro
      • Audacity Tutorial (WIN/MAC/Linux Users)
      • RX7/8 Tutorial (WIN/MAC Users)
      • FL Studio Tutorial (WIN/MAC Users) (WIP)
      • Vegas Pro Tutorial (Windows Only)
      • FFmpeg/FFBatch Tutorial (WIN/MAC/Linux Only)
      • Web version (Any platform)
  • Transcribing and fixing audios
    • Transcribing Dialogues
    • Transcribing Dialogues (Web Version)
    • Templates
    • Vocal Remover Colab Page Guide
  • Dataset sharing
    • Compressing Dataset
  • 🌮Installing Tacotron 2 Locally
    • 🐍Python Clean Install
    • 💻Miniconda Setup
  • Training time
    • Easy or Hard?
    • Training Audio With Tacotron 2 Colab Page
      • Simplified Training Page
      • Advanced Training Page
    • Setting Up for Local Training (WIP)
  • Testing Audio model
    • Testing Voice Model
    • Testing Voice Model (CPU)
  • Troubleshoot and bugs
    • Troubleshooting
  • Extra Stuff
    • Talknet usage
  • Wrapping up
    • The end
Powered by GitBook
On this page
  • Usage of an online notepad
  • Finish

Was this helpful?

  1. Transcribing and fixing audios

Transcribing Dialogues (Web Version)

PreviousTranscribing DialoguesNextTemplates

Last updated 3 years ago

Was this helpful?

If you can't do it on a notepad, which is you are not on the computer nor even you don't want to download notepads then here's a web version for notepad:

Usage of an online notepad

So let's start first things first. You wanna write it like this:

wavs/1.wav|this line here. wavs/2.wav|this another line here.

Let's break this down:

  • wavs/1.wav - tells tacotron to look at this folder of one of these wavs. (doesn't matter numbers, it determines on your name audio file)

  • this line here. - meaning the dialogue of your character.

Of course, it can support some characters like ?, !, commas and more. But it doesn't support like french or german symbols, you gonna have to work around on how to do it.

By the way, every dialogue should have a period or DOT.

Once that's done, click on this button:

And once you have done clicking this button, give a name (but no spaces) and it will download on your end.

Finish

Well, that was quick. Let's go for training now!

Training time
Click me if you want to go notepad online.