INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: BUG REPORT - JRMC28 does not support ALSA Plugin's FLOAT and FLOAT64 formats  (Read 768 times)

ths61

  • World Citizen
  • ***
  • Posts: 161

BUG REPORT - JRMC28 does not support ALSA Plugin's FLOAT and FLOAT64 formats.

MC's format pulldown does not offer the selections of ALSA Plugin's published FLOAT and FLOAT64 output formats.

....  MC will output whatever the device and its driver support.

Update:
All 6 of the ASLA plugin's published formats are found by the open source aplay test(/dev/zero) CLI dump command. 
Being open source, the code is readily available on how to query an ALSA plugin's feature set.

aplay -v -D camilladsp /dev/zero --dump-hw-params
Playing raw data '/dev/zero' : Unsigned 8 bit, Rate 8000 Hz, Mono
HW Params of device "camilladsp":
--------------------
ACCESS:  MMAP_INTERLEAVED MMAP_NONINTERLEAVED MMAP_COMPLEX RW_INTERLEAVED RW_NONINTERLEAVED
FORMAT:  S16_LE S24_LE S32_LE FLOAT_LE FLOAT64_LE S24_3LE
SUBFORMAT:  STD
SAMPLE_BITS: [16 64]
FRAME_BITS: [128 512]
CHANNELS: 8
RATE: [44100 384000]
PERIOD_TIME: [625 23220)
PERIOD_SIZE: [240 1024]
PERIOD_BYTES: [15360 16384]
PERIODS: [2 8]
BUFFER_TIME: [1250 185760)
BUFFER_SIZE: [480 8192]
BUFFER_BYTES: [30720 131072]
TICK_TIME: ALL
--------------------
Available formats:
- S16_LE
- S24_LE
- S32_LE
- FLOAT_LE
- FLOAT64_LE

- S24_3LE
Logged
Main - JRMC31 -> custom ALSA_cdsp -> CamillaDSP(2x8 channel 64-bit FIR convolution) -> 8 channel DAC
Office - JRMC31 -> Asus Xonar Essence STX -> W4S STI-1000 -> Mini-Magnepans
Shop - JRMC31 -> W4S MicroDAC -> Adcom GFA-2535 -> B&W Rock Solid
Pages: [1]   Go Up