Creating a pong game with the pong tutorial causes panic with memory leaks on play_once call.
This issue happens only when the Tascam US-16x08 device is selected. Moreover, the issue does not occur if the aggregate device (macOS) with the USB interface is created and used. I was not able to reproduce this issue with any other external USB audio device.
Operating system: macOS 10.15.6 (MacBook Pro 16" 2019)
Amethyst version: 0.15.3
Additional informations
I was trying to catch the result with the match and .try_play_once() method, but the panic occurs somewhere deeper so neither Ok() or Err() was returned.
Description
Creating a pong game with the pong tutorial causes panic with memory leaks on play_once call.
This issue happens only when the Tascam US-16x08 device is selected. Moreover, the issue does not occur if the aggregate device (macOS) with the USB interface is created and used. I was not able to reproduce this issue with any other external USB audio device.
Reproduction Steps
What You Expected to Happen
bounce sound is played
What Actually Happened
Game panics.
Console output: log.txt
Your Environment
Additional informations
I was trying to catch the result with the match and .try_play_once() method, but the panic occurs somewhere deeper so neither Ok() or Err() was returned.