converting 'char' to sd filename to open

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.