comment
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Handle loading and decoding of sounds through SDL_sound. This file
|
* Handle loading and decoding of sounds.
|
||||||
* is portable; actual playing is handled in RageSoundManager.
|
*
|
||||||
* For small files, pre-decode the entire file into a regular buffer. We
|
* For small files, pre-decode the entire file into a regular buffer. We
|
||||||
* might want to play many samples at once, and we don't want to have to decode
|
* might want to play many samples at once, and we don't want to have to decode
|
||||||
* 5-10 mp3s simultaneously during play.
|
* 5-10 mp3s simultaneously during play.
|
||||||
|
|||||||
Reference in New Issue
Block a user