|
@@ -24,7 +24,7 @@ return {
|
|
|
MP3 are compressed audio formats. When creating a sound from a compressed format, there is an
|
|
|
option to immediately decode it, storing it uncompressed in memory. It can be a good idea to
|
|
|
decode short sound effects, since they won't use very much memory even when uncompressed and it
|
|
|
- will improve CPU usage.
|
|
|
+ will improve CPU usage. Compressed sounds can not be written to using `Sound:setFrames`.
|
|
|
|
|
|
Streams
|
|
|
---
|