Skip to content

_set_stretch will raise exception for stereophonic data sample #3

@yoyoberenguer

Description

@yoyoberenguer

Hello,

I hope this email find you well,
Regarding the pitch shifting algorithm I would like to brought your attention on two potential issues while
processing audio samples. Fortunately these issues can be easily fix.

The pitch shifting algorithm or method _set_stretch will eventually raise an exception when
processing stereophonic data sample. May be this should be written in the doc or code put in place to
process one channel at the time when it comes to work with stereophonic sound effect.

The overlapping subarray is defined by window_size and equivalent to 2 **13, this will also raise an exception
for sound effect approximately < 2 **13 samples (sound effect duration lower than 8192 / 44100 = 0.185 seconds for a sampling at 44100hz)
May be the window size can be adjusted according to the data sample length ?

Kind Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions