Skip to content

Updating World#373

Open
langmaninternet wants to merge 1 commit intoCSTR-Edinburgh:masterfrom
langmaninternet:master
Open

Updating World#373
langmaninternet wants to merge 1 commit intoCSTR-Edinburgh:masterfrom
langmaninternet:master

Conversation

@langmaninternet
Copy link

+ Fix FFT functions ( ref mmorise/World@7a474fa)
+Update random and add reseed the pseudo-random number generator each time  extract f0, sp, ap (ref mmorise/World@9a26692 )
+ Add sample rate parameter to  function InitializeCheapTrickOption  to same with new world version . (This allow this code compatible with some wrapper for world .
 Example : https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder )
g_randn_x = g_randn_y;
g_randn_y = g_randn_z;
g_randn_z = g_randn_w;
g_randn_w = (g_randn_w ^ (g_randn_w >> 19)) ^ (t ^ (t >> 8));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not match with mmorise's commit, is there a reason?
mmorise/World@9a26692#diff-187e775cb821482add4032722c5e716aR262

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants