• Stars
    star
    173
  • Rank 220,124 (Top 5 %)
  • Language
    MATLAB
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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".

[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 (start date)

More Repositories

1

SparkNG

MATLAB real-time/interactive speech tools. This series is obsolete. SP3ARK is the up-to-date series (will be).
MATLAB
55
star
2

FVN

FVN is now obsolete. Please use CAPRICEP instead. I will stop updating this tool. Frequency domain variants of Velvet Noise, a flexible building unit for speech synthesis, psychoacoustic research and acoustic measurement.
MATLAB
37
star
3

YANGstraight_source

Analytic signal-based source information analysis for YANGstraight and real-time interactive tools
MATLAB
32
star
4

CAPRICEP

An extended TSP (Time Stretched Pulse). CAPRICEP substantially replaces FVN. CAPRICEP enables interactive and real-time measurement of the linear time-invariant, the non-linear time-invariant, and random and time varying responses simultaneously.
MATLAB
28
star
5

voiceRTFB

Interactive and realtime tools for assisting voicing and singing training
MATLAB
15
star
6

worldGUItools

GUI tools for WORLD vocoder
MATLAB
15
star
7

SafeguardingTestSounds

Acoustic measurement using music pieces
MATLAB
11
star
8

SP3ARK

MATLAB real-time/interactive tools for speech production, perception, processing, and analysis research kernel. Up-to-date series of SparkNG (will be).
7
star
9

SIGMUS2021Summer

realtime vocal tract visualizer (demo)
MATLAB
6
star
10

speechDBchecker

Tools to check signal attributes of sound file(s)
MATLAB
3
star
11

Matlab-realtime-speech-tools

2
star
12

RAPHSODEE

A new series of acoustic attributes analysis
MATLAB
2
star
13

VVRPTools

Supporting tools for voice users presented SMAC2023
MATLAB
2
star
14

WORLD-helper

Speech science applications based on WORLD
1
star