►
Dracula
:
Reference Manual
1
ACL2
2
Teachpacks
3
Modular ACL2
Index
▼
2
Teachpacks
2.1
"audio"
2.2
"avl-
rational-
keys"
2.3
"binary-
io-
utilities"
2.4
"doublecheck"
2.5
"io-
utilities"
2.6
"list-
utilities"
2.7
"rand"
2.8
"testing"
2.9
"world"
On this page:
play-
wav
← prev
up
next →
2.1
"audio"
(
include-book
"audio"
:dir
:teachpacks
)
(
play-wav
file
async
)
→
booleanp
file
:
stringp
async
:
booleanp
Plays the .WAV file named by
file
, returning whether or not the file was playable. If
async
is
nil
, it does not return until the file is complete, otherwise it returns immediately.
← prev
up
next →