StraightRepo

所属分类:特征抽取
开发工具:matlab
文件大小:21254KB
下载次数:0
上传日期:2016-04-14 16:09:31
上 传 者sh-1993
说明:  该库包含所有直接声码器的matlab文件以及特征提取、训练和波形分析...
(This repository contains all the straight vocoder matlab files as well as feature extraction, training and waveform synthesis files.)

文件列表:
F0extractorsDefinitionList.txt (409, 2016-04-15)
Models (0, 2016-04-15)
Models\ttsModelF5.mat (9629714, 2016-04-15)
MorphingMenu.fig (6012, 2016-04-15)
MorphingMenu.m (31285, 2016-04-15)
NDFF0interface.m (1952, 2016-04-15)
STRAIGHTmanipulatorGUI.fig (96678, 2016-04-15)
STRAIGHTmanipulatorGUI.m (73352, 2016-04-15)
SWIPEF0interface.m (1471, 2016-04-15)
StrObj20160406T155719.mat (2992793, 2016-04-15)
TANDEMf0GB.m (6870, 2016-04-15)
TSGDBasedSourceShaper.m (1559, 2016-04-15)
TandemSTRAIGHTGeneralBody.m (6344, 2016-04-15)
TandemSTRAIGHThandler.fig (24630, 2016-04-15)
TandemSTRAIGHThandler.m (33420, 2016-04-15)
YINF0interface.m (1613, 2016-04-15)
YegnaF0interface.m (1878, 2016-04-15)
aiffread.m (4111, 2016-04-15)
aperiodicityDisplayFast.m (1040, 2016-04-15)
aperiodicityRatioSigmoid.m (10719, 2016-04-15)
autoF0Tracking.m (6647, 2016-04-15)
baseF0withIF.m (1481, 2016-04-15)
blackmanBasedHPF.m (422, 2016-04-15)
calculateDistanceMatrix.m (2485, 2016-04-15)
createFbankForMFCC.m (1429, 2016-04-15)
deltas.m (823, 2016-04-15)
displayAperiodicityStructure.m (2048, 2016-04-15)
displaySigmoidAperiodicity.m (878, 2016-04-15)
downsample.m (558, 2016-04-15)
downsampleto16 (559, 2016-04-15)
exF0candidatesTSTRAIGHTGB.m (9617, 2016-04-15)
exGeneralSTRAIGHTsynthesisR2.m (1195, 2016-04-15)
exSpectrumTSTRAIGHTGB.m (4502, 2016-04-15)
exTandemSTRAIGHTsynthNx.m (13557, 2016-04-15)
exampleScriptForAnalysisAndSynthesis.m (2293, 2016-04-15)
f0AdaptiveDClessPulseR2.m (1239, 2016-04-15)
f0ExtractorGUI.fig (59720, 2016-04-15)
f0ExtractorGUI.m (46605, 2016-04-15)
... ...

function labelStruct = readMEILabel(fname) fs = 44100; % get file id fid = fopen(fname,'r'); labelCell = textscan(fid,'%n%s%s%s%s%s'); fclose(fid); duration = labelCell{1}; %endTime = labelCell{2}; phonemeLabel = labelCell{2}; labelStruct.segment = duration(:)/fs; labelStruct.phoneme = char(phonemeLabel);

近期下载者

相关文件


收藏者