questions about this fascinating repo #2

Open
opened 2018-02-13 03:22:44 +00:00 by dodiku · 1 comment
dodiku commented 2018-02-13 03:22:44 +00:00 (Migrated from gitlab.com)

Hi Sam,

I wondered if there are any code examples I can follow that explain how to generate granular segments out of an audio file.

Any way we can connect?

Thanks! 🙏

Hi Sam, I wondered if there are any **code examples** I can follow that explain how to generate granular segments out of an audio file. Any way we can connect? Thanks! 🙏
samuel.perry89 commented 2018-02-13 08:53:01 +00:00 (Migrated from gitlab.com)

Created by: Pezz89

Hi,

Unfortunately there aren't any examples of audio file processing at the moment.
At present the management of individual segments is handled by the AnalysedAudioFile class. When an audiofile is loaded, segments can be generated by calling the generate_grain_times method which generates an array of start and end points based on length and overlap grain parameters.

Also, just to warn you, as this is an old undergraduate project there are a few issues with the synthesis that I never got round to fixing. Things might not sound all that great until I sort this, but I'll have a look back over this project in the near future hopefully and try to get them sorted.

Thanks!

*Created by: Pezz89* Hi, Unfortunately there aren't any examples of audio file processing at the moment. At present the management of individual segments is handled by the AnalysedAudioFile class. When an audiofile is loaded, segments can be generated by calling the generate_grain_times method which generates an array of start and end points based on length and overlap grain parameters. Also, just to warn you, as this is an old undergraduate project there are a few issues with the synthesis that I never got round to fixing. Things might not sound all that great until I sort this, but I'll have a look back over this project in the near future hopefully and try to get them sorted. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bp/PySoundConcat#2