Skip to content

Adapted from SPTK v3.11 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 1, 2018
Merged

Adapted from SPTK v3.11 #23

merged 2 commits into from
Jan 1, 2018

Conversation

r9y9
Copy link
Owner

@r9y9 r9y9 commented Jan 1, 2018

Changes from v3.11: http://sp-tk.sourceforge.net/

Unfortunetely there's no commit history available for v3.11 on either
svn or git. Since it's hard to pick every fix safely, I decided to pick
changes for 6-th and 7-th pade approximation for mlsadf, mglsadf, etc.
Other changes described in 3.11 NEW (e.g., bug fixes! not sure what bugs
were fixed) are not included.

I did the following shell:

#!/bin/bash

SPTK=../SPTK-3.11

for cmd in acep amcep glsadf lmadf lmadf mglsadf mlsadf
do
    cp -v $SPTK/bin/$cmd/_$cmd.c ./bin/$cmd/
done

r9y9 added 2 commits January 2, 2018 01:42
Unfortunetely there's no commit history available for v3.11 on either
svn or git. Since it's hard to pick every fix safely, I decided to pick
changes for 6-th and 7-th pade approximation for mlsadf, mglsadf, etc.
Other changes described in 3.11 NEW (e.g., bug fixes! not sure what bugs
were fixed) are not included.
@r9y9 r9y9 merged commit 4b1f3f4 into master Jan 1, 2018
@r9y9 r9y9 deleted the 311 branch January 1, 2018 17:26
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.

1 participant