mirror of
https://github.com/project-slippi/cpal.git
synced 2025-10-05 15:52:44 +02:00
Fixes #721 Changes to a dependency library broke compilation of the example. Changes needed to get the example working and warning-free include: 1. specifying additional type constraints in local implementations 2. using the `FromSample` trait to convert samples in the handler 3. adding a default matcher in response to the non-exhaustive attribute on `SampleFormat` Also adds a github action to ensure the wasm-beep example compiles.