You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing ReSpeaker USB Mic Array v2.0 on a BeableBoneBlack board with QNX OS. Fortunately, the microphone works fine, but playback through the audio jack is not working properly.
Even though I'm not an audio driver expert, when I look at the manuals and below logs, it doesn't seem to work because of 24bit playback. 16bit or 32bit seems to work.
sw_mixer_sample_size=[16 | 32]
Specify the sample size for the PCM software mixer to use:
* 16 — 16-bit signed, native endian.
* 32 — 32-bit signed, native endian.
If you do not use this key, the sample size is determined by the sample size the underlying hardware uses:
* If the hardware is 8- or 16-bit, the mixer uses 16-bit signed, native endian.
* For 24- or 32-bit hardware, the mixer uses 32-bit signed, native endian.
Is it possible to get the firmware modified to 16bit or 32bit only on the playback side? Or is there a manual for QNX?
The text was updated successfully, but these errors were encountered:
Hi,
I am testing ReSpeaker USB Mic Array v2.0 on a BeableBoneBlack board with QNX OS. Fortunately, the microphone works fine, but playback through the audio jack is not working properly.
Even though I'm not an audio driver expert, when I look at the manuals and below logs, it doesn't seem to work because of 24bit playback. 16bit or 32bit seems to work.
http://www.qnx.com/developers/docs/7.0.0/index.html#com.qnx.doc.neutrino.utilities/topic/i/io-audio.html
Is it possible to get the firmware modified to 16bit or 32bit only on the playback side? Or is there a manual for QNX?
The text was updated successfully, but these errors were encountered: