We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4c9bd commit cd6b3ecCopy full SHA for cd6b3ec
docs/src/refman/audio.txt
@@ -21,7 +21,7 @@ addon][al_init_acodec_addon]). In order to stop samples, you can use the
21
If you want to play large audio files (e.g. background music) without loading
22
the whole file at once you can use [al_play_audio_stream] (after calling
23
[al_reserve_samples]). This will load and play an `ALLEGRO_AUDIO_STREAM`. Note
24
-that the basic API only supports on such audio stream playing at once.
+that the basic API only supports one such audio stream playing at once.
25
26
### API: ALLEGRO_SAMPLE_ID
27
0 commit comments