Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform
Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform copied to clipboard
192kHz playback on ios?
Is there something I am missing to get 192kHz playback working on ios to a USB DAC? It sounds like audio data is getting cut off. Can sort of hear the audio but a lot of noise as well.
• setPreferredSampleRate to 192000 • DAC is showing 192kHz is coming from the phone • output buffer number of frames in audioProcessing is 2048, which I believe is correct (44100kHz changes that to 512) • looking at the data in the interleaved buffer after player->processStereo(), i see data filled out up to index 4095 (which should be correct, since 2048 frames * 2 channels per frame = 4096 floats)