echonest / remix

Echo Nest Remix: The Internet Synthesizer
http://echonest.github.com/remix
414 stars 90 forks source link

Spectacular crash using dirac #16

Closed sebpiq closed 11 years ago

sebpiq commented 11 years ago

Here's the stacktrace :

http://pastebin.com/VYfi201P

I don't understand much about that myself ... but here's the only piece of code using dirac in my code :

def time_stretch(samples, ratio):
    """
    Time stretch, fine for small stretches
    """
    if samples.dtype != np.int16:
        samples = samples.astype(np.int16)
    return dirac.timeScale(samples, ratio)
tkell commented 11 years ago

Thank you - I'll check it out!

sebpiq commented 11 years ago

Yeah ... there's definitely something funky going on. I'll try to get a snippet that reproduces that.

tkell commented 11 years ago

Hm. The above chunk of code didn't crash for me. Can you show how time_stretch gets called?

Thanks! Thor

sebpiq commented 11 years ago

I'm trying different stuff to get a snippet that crashes, but I failed until now ...

tkell commented 11 years ago

Closing due to lack of reproducibility. sebpiq, if you get another crash, please open another issue.

Thanks! Thor