Speech synthesis: Difference between revisions

Content added Content deleted
(Added BBC BASIC)
Line 64:
#include <unistd.h>
 
void talk(const char *s)
{
pid_t pid;