Re: [Tutor] Need help with audio manipulation

2016-02-11 Thread Alan Gauld
On 11/02/16 18:03, Swift, Robert wrote: > I was wondering how to write a code that would take a recorded audio and > place these values into a numpy array? I have written various codes that > can record and playback sound and work properly. I need the recorded audio > to be accessed from a numpy ar

[Tutor] Need help with audio manipulation

2016-02-11 Thread Swift, Robert
I was wondering how to write a code that would take a recorded audio and place these values into a numpy array? I have written various codes that can record and playback sound and work properly. I need the recorded audio to be accessed from a numpy array so I can process the sound and manipulate it