char voice = '119';
you cannot put three ASCII characters in a single byte.
but couldnt see how i would use that to pull put 'voice' into a filename? i
sprintf(file_name,"%d.wav",voice);
Like that.
char voice = '119';
you cannot put three ASCII characters in a single byte.
but couldnt see how i would use that to pull put 'voice' into a filename? i
sprintf(file_name,"%d.wav",voice);
Like that.