World icon indicating copy to clipboard operation
World copied to clipboard

A high-quality speech analysis, manipulation and synthesis system

Results 5 World issues
Sort by recently updated
recently updated
newest added

Hi,I‘m sorry bother you. Is there the WORLD matlab code Code with comments? I am new in speech processing and synthesis. Although the paper on world is very clear, it...

Hi, I'm sorry to bother you. I am working on programming a software based on world and I would like to modify the output spectrogram analyzed by world before synthesizing...

We will close the issue in cases where there is no reply during one month. Thank you in advance for your cooperation.

In FFT.c there are two functions BackwardFFT and ForwardFFT that take one parameter fft_plan p. Anywhere these functions access or try and set values in the plan I'm seeing a...

Change `randn()` so that it does not use global variables. If the state of randn is the same, the output will be the same as before the change.