![]() |
|
Sample-precise audio control |
roger levy
Member #2,513
July 2002
|
Hi everyone, |
Eric Johnson
Member #14,841
January 2013
![]() |
So you basically just want to loop the an audio sample, or am I misunderstanding you? You can loop audio using ALLEGRO_SAMPLE_INSTANCE and ALLEGRO_PLAYMODE_LOOP. But as for "loop points", I don't think Allegro has any built-in functionality for that.
|
Polybios
Member #12,293
October 2010
|
You can set loop points, but only on audio streams currently. They are passed as seconds with double precision. |
|