Auxiliar functions header. More...
#include "soundplayer.h"
Defines | |
#define | FILE_LIST_LIMIT 500 |
Functions | |
int | update_file_list (char file_list[FILE_LIST_LIMIT][100], char *voice) |
This function updates the file list struct. | |
int | read_format (FILE **fin, ao_sample_format *format, short int *audio_format) |
This function reads the format of audio files, this only works with RIFF wave files. | |
int | show_format (ao_sample_format format, int audio_format) |
This function prints on screen an audio format. | |
int | file_definition (int mode, int file_number, char *file_name_in, char *file_name_out, char file_list[FILE_LIST_LIMIT][100], int sound_dir_size) |
This function finds a file inside a file list. |
Auxiliar functions header.