#include <cstdlib>
#include <iostream>
#include <cstring>
#include <cmath>
#include <fcntl.h>
#include "EST_system.h"
#include "EST_socket.h"
#include "EST_Option.h"
#include "EST_Wave.h"
#include "EST_io_aux.h"
#include "audioP.h"
#include "EST_audio.h"
#include "EST_wave_aux.h"
Go to the source code of this file.
Functions | |
int | play_wave (EST_Wave &inwave, EST_Option &al) |
EST_String | options_supported_audio (void) |
int | record_wave (EST_Wave &wave, EST_Option &al) |
int play_wave | ( | EST_Wave & | inwave, |
EST_Option & | al | ||
) |
Definition at line 62 of file gen_audio.cc.
EST_String options_supported_audio | ( | void | ) |
Definition at line 249 of file gen_audio.cc.
int record_wave | ( | EST_Wave & | wave, |
EST_Option & | al | ||
) |
Definition at line 281 of file gen_audio.cc.