Code Monkey home page Code Monkey logo

frq0003gen's Introduction

FRQ0003GEN - A cross-platform .frq file generator

(Fork of https://github.com/titinko/Macres)

frq0003gen takes as input a 16-bit wav file and outputs a FREQ0003 (.frq) file that can be read by UTSU, UTAU, OpenUTAU, or similar programs.

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

Sample usage:

./frq0003gen de.wav de_wav.frq 256

The current version of frq0003gen uses libpyin to estimate frequency, but if you want to use the legacy method (DIO) you can re-enable it with a flag:

./frq0003gen de.wav de_wav.frq 256 m1

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 frq0003gen'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.

frq0003gen's People

Contributors

titinko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

frq0003gen's Issues

Issue

Hello
Could you tell me how to batch processing wav files on a folder by this tool?
I need some helps.

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.