#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <cctype>
#include <iostream>
#include <sys/stat.h>
#include "EST_cutils.h"
#include "EST_walloc.h"
#include "EST_Wave.h"
#include "EST_wave_aux.h"
#include "EST_Option.h"
#include "audioP.h"
#include "EST_io_aux.h"
#include "EST_error.h"
Go to the source code of this file.
Functions | |
int | play_linux_wave (EST_Wave &inwave, EST_Option &al) |
int | record_linux_wave (EST_Wave &inwave, EST_Option &al) |
Variables | |
int | freebsd16_supported = FALSE |
int | linux16_supported = FALSE |
int play_linux_wave | ( | EST_Wave & | inwave, |
EST_Option & | al | ||
) |
Definition at line 884 of file linux_sound.cc.
int record_linux_wave | ( | EST_Wave & | inwave, |
EST_Option & | al | ||
) |
Definition at line 891 of file linux_sound.cc.
Definition at line 881 of file linux_sound.cc.
Definition at line 882 of file linux_sound.cc.