Info

This question is closed. Reopen it to edit or answer.

Improvements in Simulink audio blocks for pi

2 views (last 30 days)
Christophe
Christophe on 19 Jun 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
We use simulink and audio system toolbox on a rpi.
We noticed two things that can be improved, if no mistake :
- audio capture(alsa) : the only available output datatypes are 8/16/32 bits integer but, if no mistake, alsa supports single or even double. Then, these datatypes should be directly available in the block parameters.
- audio playback : the documentation claims that it supports int8, int16, int32 but int32 seems not to work (to test, chain for example an audio capture block with int32 output and an audio playback...).
Can this be improved in a future release ?

Answers (0)

This question is closed.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!