Brick
|
53122593f8
|
Added SDL_AUDIO_BYTESIZE
|
2023-09-05 17:56:58 -07:00 |
Sam Lantinga
|
233789b0d1
|
Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE]
Native endian types have no LE/BE suffix
|
2023-09-04 09:48:44 -07:00 |
Ryan C. Gordon
|
1022fd6e04
|
testaudio: the test framework opens an audio device at startup; close it.
Not opening a device at all would be more desirable, though.
|
2023-08-08 21:42:48 -04:00 |
Ryan C. Gordon
|
5ca3c50bf0
|
testaudio: Fix compiler warning.
|
2023-08-02 15:23:37 -04:00 |
Ryan C. Gordon
|
1b1f02c5aa
|
testaudio: Apparently compilers don't like this possibly being NULL now...?
|
2023-08-02 15:07:40 -04:00 |
Ryan C. Gordon
|
2de9253b6c
|
test: Added testaudio
|
2023-08-02 15:02:32 -04:00 |