Arduino Forum
>
Using Arduino
>
Audio
>
Continulusly recording audio in fixed size buffer
Print
Go Down
Pages:
[1]
Topic: Continulusly recording audio in fixed size buffer
(Read 830 times)
previous topic
-
next topic
jakovn
Guest
Continulusly recording audio in fixed size buffer
Apr 07, 2014, 11:29 pm
Last Edit
: Apr 07, 2014, 11:55 pm by jakovn
Reason
: 1
Ten years ago I had casio digital camera with PastMovie function which would record continuously in a 6 second buffer. When something interesting happens you have up to 6 seconds to press record button and camera would take 6 seconds from the buffer and continue recording from that point.
I would like to make something like that just for audio, but if something like that already exists it would be even better. Cost should be minimal.
Any directions where to start? How would you make continuous buffer?
Magician
Faraday Member
Posts: 3,003
Karma: 283
[add]
Per aspera ad astra.
Re: Continulusly recording audio in fixed size buffer
#1
Apr 08, 2014, 12:22 am
They called it ring buffer. Unlikely you can store 6 sec. of decent quality audio - not enough memory. What you have?
jakovn
Guest
Re: Continulusly recording audio in fixed size buffer
#2
Apr 08, 2014, 03:51 am
Not even 6s?! Maybe using some sort of "memory shield". That can not be so high datarate that SD card could not also be an option, right?
Magician
Faraday Member
Posts: 3,003
Karma: 283
[add]
Per aspera ad astra.
Re: Continulusly recording audio in fixed size buffer
#3
Apr 08, 2014, 04:16 am
There is a topic, sampling analog at 100 ksps , on this forum, you may try to search. Data is stored to SD, AFAIR.
Print
Go Up
Pages:
[1]
Loading...