Warren Weckesser

Results 106 comments of Warren Weckesser

@BartMassey, thanks for the report, and sorry for the confusion! Can you tell me more about the data your students were saving? Were the samples integer or floating point? How...

@BartMassey, thanks, that's helpful. I'll do something with the README file and the docstring to try to avoid confusion. > I believe confusion between scale="none" and scale=None was probably also...

@endolith, no this is not a fork of `scipy.io.wavfile`. This is a wrapper of the Python `wave` module. The SciPy code doesn't handle WAV files with 24 bit integer samples,...

Hey all, After a long hiatus from hacking on `wavio`, I have rewritten--and simplified!--the scaling behavior. Version 0.0.4 had an API that only its creator could love. The new behavior...

@BartMassey, thanks. I have been flip-flopping on exactly that issue--the default `scale`. Probably my bias towards the auto-scale to full-width is that I tend to work on one-off sound files...

@endolith, thanks. It looks like what I implemented matches what you describe in your .md file. In the new implementation, when a floating point input is scaled, input values in...

@nikolai-kummer, thanks! I want to think a bit more about the API, and I might not get to it right away, but I want to let you know that I...

@nj-vs-vh, a very belated "thanks" for the contribution! Back when you submitted this, I was considering more radical changes to the API, based on feedback in other issues. After a...

A very belated "thanks!" for the feedback. I have rewritten--and simplified--the scaling behavior. > I don't think this function should perform any translation. You're not the only one who has...