Utau resampler (EFB-GT) native Linux port

KNΞMΛTCS

Just an UtaForum user
Defender of Defoko
upload_2017-7-22_2-33-16.png
As a small step towards a project I'm still planning, I have successfully compiled EFB-GT on Linux (Ubuntu 16.04) after a couple small tweaks. It's not really useful, but I'm gonna drop the binary here just in case somebody's interested (and update if more comes out of this). A cursory look over the website and google-translating the code comments doesn't yield any licensing whatsoever, so if anyone knows what the license is please let me know.
 

Attachments

  • EFB-GT-ubuntubuild.zip
    38.6 KB · Views: 31

Damien

Wannabe Worker
Retired User
Supporter
Defender of Defoko
oh. dang. what. a. neat. thing. you. just. did.
 

Dangosan

Jellie Bellie Pete Rat Gummie Candie
Defender of Defoko
The original EFB-GW (or the version I got from Isengaara-P) was GNU GPLv3.
Anyways, I'm working on a SMS-based resampler, but I'm stuck at the format filter part.
 

na4a4a

Outwardly Opinionated and Harshly Critical
Supporter
Defender of Defoko
You can call Linux software from Windows applications running under Wine.
Wonder if it's possible to shoehorn this so that Linux users can get slightly more stable rendering.
 

KNΞMΛTCS

Just an UtaForum user
Defender of Defoko
Thread starter
I'd try writing a fake resampler (for windows/wine) that passes the commands Utau gives it to the linux resampler, so UTAU sees a native resampler and you don't have to worry about breaking the batch files or anything. It'd have to change the infile and outfile args a bit, from e.g "C:\Program Files (x86)\UTAU\vb_dir\vb_file.wav" to "/home/user/.wine/drive_c/Program Files (x86)/UTAU/vb_dir/vb_file.wav".
 
  • Like
Reactions: Kiyoteru and na4a4a