GithubHelp home page GithubHelp logo

santi-pdp / legacy_straight Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hidekikawahara/legacy_straight

0.0 2.0 0.0 18.93 MB

A vocoder framework which had been widely used in research community since 1999.

License: Apache License 2.0

MATLAB 99.91% M 0.09%

legacy_straight's Introduction

Legacy STRAIGHT

The legacy-STRAIGHT is a collection of speech analysis, modification and resynthesis tools. 

Installation

Set MATLAB path to "src" directory.

Quick start

Paste the following code to MATLAB command window. It generates copy-synthesized output to the variable "syntheszed_signal". Check its field.

[x, fs] = audioread('vaiueo2d.wav');
f0raw = MulticueF0v14(x,fs);
ap = exstraightAPind(x,fs,f0raw);
n3sgram=exstraightspec(x,f0raw,fs);
syntheszed_signal = exstraightsynth(f0raw,n3sgram,ap,fs);

For running this using GNU Octave, please load signal package.
pkg load signal

Release note
[July 19, 2018; Prerelease]
The "Quick start" example also runs properly on GNU Octave 4.4.0 on macOS High Sierra (10.13.6)

[July 17, 2018: Prerelease]
Added documemts. The first release will be on July 24, 2018.

[July 16, 2018: Prerelease]
This release is a copy of the latest version which was distributed by the first author (Hideki Kawahara) to academic communities. The version is named STRAIGHTV40_007. The last update was July 17, 2016. Kansai TLO has also licensed the legacy-STRAIGHT for commercial use. The licensees of the legacy-STRAIGHT agreed to make the legacy-STRAIGHT open to the public after July 15, 2018. 

Acknowledgment
The legacy-STRAIGHT was supported by many coauthors, contributors, and funding agencies. 

Hideki Kawahara,
July 16, 2018 (started:)

legacy_straight's People

Watchers

James Cloos avatar Santi DSP 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.