#ifndef AUDIOFORMAT_H #define AUDIOFORMAT_H enum audio_format { AUDIO_FORMAT_S16LE, }; #endif