/usr/include/rem/rem_audio.h is in librem-dev 0.5.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /**
* @file rem_audio.h Wrapper for all Audio header files
*
* Copyright (C) 2010 Creytiv.com
*/
#include "rem_au.h"
#include "rem_aubuf.h"
#include "rem_auconv.h"
#include "rem_aufile.h"
#include "rem_autone.h"
#include "rem_aumix.h"
#include "rem_dtmf.h"
#include "rem_fir.h"
#include "rem_goertzel.h"
#include "rem_auresamp.h"
#include "rem_g711.h"
|