Display filename of played audio file ?
Hi all,
Have a prob I am hoping to solve.
I want to be able to randomly play an audio file from a bunch of files AND then display the audio file name afterwards.
Think... a spelling test where the audio says," Spell the word ROCK" and the filename of the audio file is rock.mp3
I need to display just the word 'ROCK' after the user has had a go at spelling it, to show the correct spelling.
There might another way to link an audio file to a word ? Or can I somehow 'retrieve' the filename of an audio file that is playing/or just played ?
As I want to keep my project a standalone EXE I need to use explicit paths to the audio file.
ie. Using List or Text objects to help me won't properly link an audio file as a playable external file when the project is built.