I want download sound from url and play it once:
let sound = SKAudioNode(url:URL(string:"http://www.music.helsinki.fi/tmt/opetus/uusmedia/esim/a2002011001-e02-16kHz.wav")!)
sound.run(SKAction.play())
I tried .mp3
music too. It doesn't download it or stream and returns: nil
But this code cause error:
Terminating app due to uncaught exception
'com.apple.coreaudio.avfaudio', reason: 'required condition is false:
file != nil'
*** First throw call stack: ....
libc++abi.dylib: terminating with uncaught exception of type
NSException
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…