Git Product home page Git Product logo

xxxxxliil / world4utau Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xrdavies/world4utau

0.0 0.0 0.0 4.28 MB

Another resampler for OpenUTAU. It's ported to Linux / Mac including lots of optimizations and compatible with OpenUATU. So if you wanna use OpenUATU on Mac/Linux, this is your only option as far as I see.

License: GNU General Public License v3.0

Shell 5.82% C++ 0.33% Perl 0.41% C 67.48% Objective-C 0.04% OCaml 1.83% Fortran 0.42% TeX 2.32% Makefile 20.57% CMake 0.12% M4 0.43% Roff 0.23%

world4utau's Introduction

World4UTAU

This branch is based on world4utau in http://utau2008.xrea.jp/mp3/engine_hikaku.html. The initial code in this repo is from https://github.com/Luk3M/world4utau which is not maintained for a long time.

It's ported to Linux / Mac including lots of optimizations, it's compatiable with OpenUATU and can be called by C#. So if you wanna use OpenUATU on Mac/Linux, this is your only option as far as I see.

Build

Currently support Ubunt and MacOS. To use windows version, please refer the original link. Later, all platforms will be supported.

Ubuntu

Install dependence.

sudo apt install git gcc texinfo

Build fftw. fftw is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). http://www.fftw.org

In this repo, we include fftw-3.3.8 source code for convienent. You can download it from official site by yourself.

cd fftw-3.3.8
./configure
make
make install

Build world4utau.

cd world4utau
make build

MacOS

Suppose you already have XCode tools installed for C program.

Build fftw. fftw is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). http://www.fftw.org

In this repo, we include fftw-3.3.8 source code for convienent. You can download it from official site by yourself.

cd fftw-3.3.8
./configure
make
make install

Build world4utau.

cd world4utau
make build

Performance

world4utau's People

Contributors

xrdavies avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.