#ifndef PLAYBACK_H #define PLAYBACK_H #define PLAYBACK_SAMPLE_RATE 48000 void playback_startup(void); void playback_shutdown(void); #endif