All Projects → titinko → macres

titinko / macres

Licence: GPL-3.0 license
Resampler for UTSU that works on Mac, Windows, and Linux

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to macres

utsu
Vocal synthesis frontend
Stars: ✭ 147 (+568.18%)
Mutual labels:  utau
lessampler
lessampler is a Singing Voice Synthesizer
Stars: ✭ 59 (+168.18%)
Mutual labels:  utau

MacRes - A cross-platform resampler

(Fork of https://github.com/ohac/tn_fnds)

MacRes is short for Mac Resampler

This is an executable designed to be called by https://github.com/titinko/utsu (UTSU). Despite the name, it can be compiled for Windows, Mac, or Linux using the Makefile.

The Windows/Linux versions of this resampler can also be used with the UTAU program: https://en.wikipedia.org/wiki/Utau.

Building from source

This program uses two external libraries: libpyin and libgvps.

You will need to git clone both repositories, install their libraries using make install, and update the LIB_PREFIX field in macres's Makefile to match the directory where the .a and .h files were generated. You will also need to manually edit pyin.h to wrap its function definitions with "extern C" as described in this bug.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].