cancel
Showing results for 
Search instead for 
Did you mean: 

recording voice in a PC

marwa
Associate
Posted on March 01, 2015 at 02:58

Hello,

Well I am new at embedded systems development. I am using STM32F407 and I tried the sample of voice recording provided by ST. But I want to store the record.wav on my PC. So how can I do that?

Thank you for answering. 
1 REPLY 1
vrouesnel
Associate II
Posted on March 02, 2015 at 03:08

Where is the audio file stored?

To transfer data to your PC you could stream the file over a virtual com port using Kermit or another file transfer protocol, or configure your USB device in mass storage class, and read the file off it.