<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 11, 2016 at 8:53 AM, Joseph Booker <span dir="ltr"><<a href="mailto:joe@neoturbine.net" target="_blank">joe@neoturbine.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Miles,</p>
<p dir="ltr">Are you aware of io.BytesIO? I don't know the performance implications of using a wrapper, but I'd expect loading the data to take marginal time compared to training your ML model.</p></blockquote><div>BytesIO would be useful if the data is already in an array. It's not clear from the question that that's the case. If not, it's the interpreting of the .wav file data format that Miles would like to reuse.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">--<br>
Joseph</p>
<div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sep 10, 2016 4:35 PM, "Miles Dowe" <<a href="mailto:milesdowe@gmail.com" target="_blank">milesdowe@gmail.com</a>> wrote:<br type="attribution"></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi all,<div><br></div><div>I was interested in the creation of a function for the scipy.io.wavfile utility. Rather than requiring that read() only be performed on a file, I'd like to add a read() function where a byte array of WAV data can be provided directly.</div></div></div></div></blockquote></div></div></blockquote><div><br></div><div>wavfile.read already takes a file or a file-like object. The docs don't specify exactly what methods the file-like object needs to have. A quick browse says: read, seek, tell and close. Would be nice to get that documented and tested. Does that help?<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><br></div><div><span style="line-height:1.5">Here's some background behind this motivation. I am a student with the University of Washington and I have been working with a former student's machine learning algorithm. The aim of the algorithm is to detect human laughter and it utilizes SciPy and NumPy.</span><br></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">We're aiming to create a service-oriented architecture maintained in AWS and our audio data is stored within S3. I've been experimenting with the Boto3 library, which returns a byte array, and I'd like to provide that data directly to the machine learning script (instead of writing to the disk and reading from it).</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">I'd like to hear your thoughts and might experiment with this idea until approval is expressed by the community.</span></div></div></div></div></blockquote></div></div></blockquote><div><br></div><div>If you can make this work with the existing read() function, that would be useful. A separate function shouldn't be needed.<br> <br></div><div>Ralf<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Thank you for your time,</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Miles</span></div></div><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr">Miles</div></div>
<br></div></div>______________________________<wbr>_________________<br>
SciPy-Dev mailing list<br>
<a href="mailto:SciPy-Dev@scipy.org" target="_blank">SciPy-Dev@scipy.org</a><br>
<a href="https://mail.scipy.org/mailman/listinfo/scipy-dev" rel="noreferrer" target="_blank">https://mail.scipy.org/mailman<wbr>/listinfo/scipy-dev</a><br>
<br></blockquote></div></div>
<br>______________________________<wbr>_________________<br>
SciPy-Dev mailing list<br>
<a href="mailto:SciPy-Dev@scipy.org">SciPy-Dev@scipy.org</a><br>
<a href="https://mail.scipy.org/mailman/listinfo/scipy-dev" rel="noreferrer" target="_blank">https://mail.scipy.org/<wbr>mailman/listinfo/scipy-dev</a><br>
<br></blockquote></div><br></div></div>