<div dir="ltr"><div>Hello, and thanks for all your work on the amazing numpy.<br><br>I'm using np.memmap() with great success for memory mapping WAV audio files, with one tiny blemish - the WAV spec wants me to sometimes put one byte after the list of samples that I'm memory mapping, which I can't do easily when writing a new file.</div><div><br></div><div><br></div><div>This little patch is probably backward compatible and would accomplish what I need:</div><div><br></div><div><a href="https://github.com/rec/numpy/commit/4dd855b14bed5947f2f9120979c9ee936c17158f">https://github.com/rec/numpy/commit/4dd855b14bed5947f2f9120979c9ee936c17158f</a></div><div><br></div><div>If there were interest, I could figure out numpy's test system and write tests for it.<br><div><br></div><div><br></div><div><div>(For the foreseeable future, I'm intercepting the call to mmap.mmap() to add the padding, so I'm not blocked, though the code has aspects of ugliness.)</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>     /t<br><br>PGP Key: <a href="https://flowcrypt.com/pub/tom.ritchford@gmail.com" target="_blank">https://flowcrypt.com/pub/tom.ritchford@gmail.com</a><br><font color="#0000ee"><u><a href="https://tom.ritchford.com" target="_blank">https://tom.ritchford.com</a></u></font></div><div><font color="#0000ee"><u><a href="https://tom.swirly.com" target="_blank">https://tom.swirly.com</a></u></font><br></div><div><font color="#0000ee"><br></font></div><div><font color="#0000ee"><br></font></div></div></div></div></div></div></div></div></div></div>