Hey Forum,
SSP 1.2.0 and S7 SK GUIX Audio Player example.
Project comes with Buffer Size Bytes set to 8192. Need a variation on this project, so I rip it apart and make it my own. All is good, except I get a compile warning:
SF_AUDIO_PLAYBACK_CFG_BUFFER_SIZE_BYTES should be less than or equal to 2048 bytes. Being one that hates warnings in compiled code, I set that value to 2048. All suddenly becomes not well. Sound is distorted and double speed. Set it to 8192 and it's fine.
Not wishing to ignore the warning due to some not-well-understood thing that might cause buffer overruns or memory leaks or something, I would like clarification on what values are acceptable.
Thanks!
Bill