Speech synthesis: Difference between revisions

Content added Content deleted
(Added BBC BASIC)
Line 64: Line 64:
#include <unistd.h>
#include <unistd.h>


void talk(char *s)
void talk(const char *s)
{
{
pid_t pid;
pid_t pid;