Skip to content
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

Fixing partials for modern AMY #144

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Fixing partials for modern AMY #144

merged 2 commits into from
Aug 12, 2024

Conversation

bwhitman
Copy link
Collaborator

Fixes for #140 and #9.

I want @dpwe to look at this first. This apes what partials.c does with baked in patches, setting up the EGs in the same way. But to my ears, the default sleepwalk.mp4 example is "clickier" or more distorted. Luckily, we have an old render to compare against: https://github.com/shorepine/amy/blob/main/sounds/sleepwalk.mp4

To test this, try installing Loris in the new way as indicated in the README update:

python3 -m pip install pydub numpy --user
tar xvf loris-1.8.tar
cd loris-1.8
mkdir $HOME/.local # Just in case this doesn't exist
CPPFLAGS=`python3-config --includes` PYTHON=`which python3` ./configure --with-python --prefix=$HOME/.local
make
make install
cd ..

And then in python3:

import partials, amy; amy.live()
(m,s) = partials.sequence("sounds/sleepwalk_original_45s.mp3")
partials.play(s)

@bwhitman bwhitman requested a review from dpwe August 11, 2024 20:25
@bwhitman bwhitman merged commit b13f48a into main Aug 12, 2024
1 check passed
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