Embedded Systems
rtsound.txt
Associated article: Real-Time Sound Processing
Tags: Embedded Systems
Published source code by Randall Cook in which he discusses the issues involved in real-time sound processing and how to encapsulate operating system differences behind a cross- platform layer. Also see RTSOUND.ZIP.
Real-Time Sound Processing by Randall Cook Listing One // WindowsRecorder.h -- A class for recording continuously on Windows. // by Randall Cook. Copyright (C) 1998 Randall Cook. All Rights Reserved. #ifndef WINDOWSRECORDER_H #define WINDOWSRECORDER_H #include <mmsystem.h> #include &...


