We have collected the most relevant information on Audio_S16lsb. Open the URLs, which are collected below, and you will find all the info you are interested in.


SDL_AudioSpec

    https://www.libsdl.org/release/SDL-1.2.15/docs/html/sdlaudiospec.html

    audio - vladar4.github.io

      https://vladar4.github.io/sdl2_nim/private/audio.html
      AUDIO_S16LSB * = 0x00008010 Signed 16-bit samples AUDIO_U16MSB * = 0x00001010 As above, but big-endian byte order AUDIO_S16MSB * = 0x00009010 As above, but big-endian byte order AUDIO_U16 * = AUDIO_U16LSB AUDIO_S16 * = AUDIO_S16LSB AUDIO_S32LSB * = 0x00008020 32-bit integer samples AUDIO_S32MSB * = 0x00009020 As above, but big-endian …

    Chapter 7: Sound and Music (JEDI-SDL) - Free Pascal meets SDL

      https://www.freepascal-meets-sdl.net/chapter-7-sound-and-music-jedi-sdl/
      AUDIO_S16LSB: Signed 16-bit samples, in little-endian byte order: AUDIO_U16MSB: Unsigned 16-bit samples, in big-endian byte order: AUDIO_S16MSB: Signed 16-bit samples, in big-endian byte order: AUDIO_U16: same as AUDIO_U16LSB: AUDIO_S16: same as AUDIO_S16LSB: AUDIO_U16SYS: Unsigned 16-bit samples, in system byte order: AUDIO_S16SYS

    cocos.audio.SDL.audio module — cocos v0.6.5 documentation

      http://python.cocos2d.org/doc/api/cocos.audio.SDL.audio.html
      desired audio format, i.e., one of AUDIO_U8, AUDIO_S8, AUDIO_U16LSB, AUDIO_S16LSB, AUDIO_U16MSB or AUDIO_S16MSB desired.samples. size of the audio buffer, in samples. This number should be a power of two, and may be adjusted by the audio driver to a value more suitable for the hardware.

    Now you know Audio_S16lsb

    Now that you know Audio_S16lsb, we suggest that you familiarize yourself with information on similar questions.