Pretty new to xcode and need some help. I want to play audio files one after each other.
Let's say I have these files with the audio:
audio1 = "Hello", audio2 = "how", audio3 = "are", audio4 = "you"
...and when I press the "Play sound" button it should read out "Hello How are you".
Can anyone help me out with this? I have googled this a lot, but there is no easy example for this matter... for newbies ;)