Fortraneries/SoundBrotching/text2ao.c

22 lines
385 B
C
Raw Normal View History

2022-02-07 23:17:22 +01:00
/*
* TEXT TO AUDIO OUTPUT
*/
#include <stdio.h>
#include <sndfile.h>
#include "support.h"
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
int main(int argc, char *argv[])
{
print_version(argv[0]);
return 0;
}
/* --------------------------------------------------------------- */