Skip to main content
marwa
Visitor II
March 1, 2015
Question

recording voice in a PC

  • March 1, 2015
  • 1 reply
  • 641 views
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. 
    This topic has been closed for replies.

    1 reply

    vrouesnel
    Associate II
    March 2, 2015
    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.