isplaying
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
signal = rand(2, 44100) - 0.5;
playObj = audioplayer(signal, 44100, 16)
play(playObj)
isplaying(playObj)
pause(playObj)
isplaying(playObj)
delete(playObj)
playObj🔗 See also
🕔 History
Version
📄 Description
Last updated