I'm attaching a Notebook. The full contents are:
mySampleRate = 48000;
testSeries = {0, 1, 0}
testAudio =
Audio[{testSeries, testSeries}, SampleRate -> mySampleRate]
When I evaluate the Notebook, Mathematica beeps 4 times, and it reports:
An unknown box name (ToBoxes) was sent as the BoxForm for the expression. Check the format rules for the expression.
and when I go to Help -> Why The Beep, Mathematica reports:
The kernel Local has quit (exited) during the course of an evaluation.
Actually, Mathematica's behavior on this Notebook is non-deterministic. Sometimes it beeps 4 times, sometimes it beeps just once, sometimes it gives me different messages when I ask it why the beep.
Attachments: