Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Improvements in Simulink audio blocks for pi
조회 수: 2 (최근 30일)
이전 댓글 표시
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 ?
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!