Files
miniaudio/extras
David Reid 7b65f3748a Add some safety checks to data sources.
With this change, an error is now returned when the requested frame
count is zero. Two reasons for this:

  1) It usually means there's an error in the higher level logic if
     something is trying to read zero frames.

  2) When no frames are read, MA_AT_END should be returned. However, if
     the input frame count is also zero, it creates ambiguity as to
     whether or not the data source is truly at the end.
2021-07-18 10:35:34 +10:00
..
2021-07-14 20:46:38 +10:00
2021-04-02 08:52:00 +10:00
2021-02-21 08:50:46 +10:00
2021-07-01 17:05:17 +10:00
2021-07-03 07:48:12 +10:00