I have text of this format throughout the file
<audio src="../prompts/say_name_you_want_to.wav">Please say the skill code </audio>
What I need to do is create a file with mapping between .wav file and the text above so the mapping in this case would be :
say_name_you_want_to.wav Please say the skill code
Essentially wherever I say .wav file, I need to put the correspoding text whihc would be between
<audio.....> and /<audio>
How can I do this for all files under one dir?
<audio src="../prompts/say_name_you_want_to.wav">Please say the skill code </audio>
What I need to do is create a file with mapping between .wav file and the text above so the mapping in this case would be :
say_name_you_want_to.wav Please say the skill code
Essentially wherever I say .wav file, I need to put the correspoding text whihc would be between
<audio.....> and /<audio>
How can I do this for all files under one dir?