andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

Small typo on docs #189

Closed rsubtil closed 5 years ago

rsubtil commented 6 years ago

On line 242, ´SoundIoFormatU16BE´ is incorrectly documented as an Unsigned 16 bit Little Endian; looking at the naming and structure, this is likely an Unsigned 16 bit Big Endian.

andrewrk commented 5 years ago

Thanks!