Wavstate
WAVstate (Function)
:::warning Obsolete
The WAV statements are obsolete. Running one prints a warning — WAVPLAY suite is obsolete. Use SOUND/SOUNDPLAY/SOUNDPLAYER instead. Use SoundState instead.
:::
Format
wavstate
wavstate ( )
returns integer_expression
Description
Returns the playback status if the current autio file loaded by WAVplay.
| State | Description |
| 0 | Stopped |
| 1 | Playing |
| 2 | Paused |
See Also
Say, Sound, Volume, SoundLength, SoundPause, SoundPlay, SoundPosition, SoundSeek, SoundState, SoundStop, SoundWait
History
| 1.1.1.3 | New to version. |