Rockbox Ports are now being developed for various digital audio players!
for example, every codec will have its own sample depth /* Generic codec initialisation */ ci->configure(DSP_SET_SAMPLE_DEPTH, FLAC_OUTPUT_DEPTH-1);above is from flac.c in codecs dir. and the real SAMPLE_DEPTH is 16 or 24bit instead of the defined value(29bit).
and, any sound card needs this to set to work properly, my questions is why Rockbox did not set this value in DSP?
found that the BPS was no need for rockbox because all output is clipped to 16bit output.
the API design is good and I found a way to get the real BPS from codec already without rewriting the CODECs.
Page created in 0.076 seconds with 15 queries.