Overview
- Object ID : 2498 (2013-04-10)
- Author : Kwabena W. Agyeman | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Categories : Signals, Speech and Sound
- Licence : Other
- Tag : ADC
Content
A WAV recorder driver that runs on one cog. The code has been fully optimized with a super simple spin interface for maximum speed and is also fully commented.
Provides full support for:
- Starting a WAV file audio recording.
- Stoping a WAV file audio recording.
- Getting the sample rate of the file being recorded.
- Getting the number of samples in the file being recorded.
- Getting the signed 16-Bit value of the current sample being recorded.