libmp3splt
|
#include "splt.h"
Go to the source code of this file.
Functions | |
int | splt_siu_parse_ssplit_file (splt_state *state, FILE *log_file, int *error) |
float | splt_siu_silence_position (struct splt_ssplit *temp, float off) |
void | splt_siu_ssplit_free (struct splt_ssplit **silence_list) |
int | splt_siu_ssplit_new (struct splt_ssplit **silence_list, float begin_position, float end_position, int len, int *error) |
Utilities needed for silence detection.
Definition in file silence_utils.c.