• If you do not recieve your confirmation email within a few hours, please email haloutau@gmail.com with your username for manual validation. Your account should be activated within 24 hours.
    You may also reach out via any other listed contact on Admin Halo's about page: https://utaforum.net/members/halo.194/#about

Tutorial Request: Plugin Creation

Natsucchi

Ritsu's Renegades
Defender of Defoko
Thread starter
uhh...something. I'd also like to learn how to make a resampler with Python that doesn't rely on AI.
My plugin ideas are:
Draw Wav Files for an UTAU Bank and Make A Base Oto Based on the Reclist
Lyric Parser, but Japanese Only and Kanji Supported
Auto-Oto Lines with Different Characters (such as ゐ、ゑ、or any katakana)
And the resampler would be one for full screamo support as well as full whisper support and cleanness, being used as a resampler AND a wavtool. (trying to one-up kanru hua)
 

SaKe

Ritsu's Renegades
Defender of Defoko
uhh...something. I'd also like to learn how to make a resampler with Python that doesn't rely on AI.
My plugin ideas are:
Draw Wav Files for an UTAU Bank and Make A Base Oto Based on the Reclist
Lyric Parser, but Japanese Only and Kanji Supported
Auto-Oto Lines with Different Characters (such as ゐ、ゑ、or any katakana)
And the resampler would be one for full screamo support as well as full whisper support and cleanness, being used as a resampler AND a wavtool. (trying to one-up kanru hua)
There’s probably resources on that on the Japanese side of the community, but you’ll definitely need to learn how to code in C++ and Python first.
Also, there is a screamo resampler, tn.fnds.
 

Natsucchi

Ritsu's Renegades
Defender of Defoko
Thread starter
There’s probably resources on that on the Japanese side of the community, but you’ll definitely need to learn how to code in C++ and Python first.
Also, there is a screamo resampler, tn.fnds.
yeah but that's w-1, it wasn't made specifically for screamo.
also, i can't read Japanese.
 

SaKe

Ritsu's Renegades
Defender of Defoko
yeah but that's w-1, it wasn't made specifically for screamo.
also, i can't read Japanese.
There are autotranslators.

Before you start with developing for UTAU you still should know C++ and Python basics, as that would give you a far better idea of how to build what you want to since you know the libraries and the flow of the code.
 

Natsucchi

Ritsu's Renegades
Defender of Defoko
Thread starter
There are autotranslators.

Before you start with developing for UTAU you still should know C++ and Python basics, as that would give you a far better idea of how to build what you want to since you know the libraries and the flow of the code.
do you know enough python to teach me? I don't want to root around on random websites for information that'll confuse me to death
 

SaKe

Ritsu's Renegades
Defender of Defoko
do you know enough python to teach me? I don't want to root around on random websites for information that'll confuse me to death
I definitely wouldn’t be able to phrase Python rules better than an expert. Harvard offers free hands-on Python classes and there are plenty of online tools that make it more intuitive and easy to learn. Python is a very easy language (especially in comparison to something like BASIC or C++) and if you’re confused by it then you probably aren’t looking in the right places.
I’ve been coding for a good while but still am nowhere near being able to create something of that scope, so don’t expect it to be quick. If it were quick and easy, then we would have a lot more vocal synths on the market today.

Python has a thing called libraries which add extra functions to Python so you don’t have to reinvent the wheel every time you code, so you may want to browse around on PyPi and see if you can find the libraries you would find useful for your projects.
 

Similar threads