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

Looping in granular engine #15

Open
garthpaine opened this issue Nov 8, 2021 · 1 comment
Open

Looping in granular engine #15

garthpaine opened this issue Nov 8, 2021 · 1 comment

Comments

@garthpaine
Copy link
Collaborator

It feels like the transition from end of file to start of file in granular-controller has become more abrupt so I am getting clicks and disjointed moments on the loop

@b-ma
Copy link
Contributor

b-ma commented Nov 8, 2021

Hi, that's weird because the granular synth code didn't change, the only think I added regarding to the v1 is the enveloppe on top of the synth, but I can't see how this could be responsible for what you are describing.

One thing though, is that maybe the tool you are using to create mp3 is not good, we observed that some converter create mp3 files that are not properly decoded (generally adding some silence at the beginning of the file).

I just added a script that uses ffmpeg (brew install ffmpeg), to see if it solves your issue.

Usage is :
./convert_to_mp3.bash path/to/your/soundbank

The script will:

  • find all .wav files in the given folder
  • convert them to mp3
  • (important) delete the source wav file

Could you test that, and tell me if the problem persists?

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

No branches or pull requests

2 participants