Edit

kc3-lang/SDL/src/audio/netbsd

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2021-01-08 10:09:37
    Hash : 50ea3b77
    Message : Fixed bug 5080 - SDL_netbsdaudio: Always use the device's preferred frequency Nia Alarie The NetBSD kernel's audio resampling code is much simpler and lower quality than libsamplerate. Presumably, if SDL always performs I/O on the audio device in its native frequency, we can avoid resampling audio in the kernel and let SDL do it with libsamplerate instead.