(The title should have been "Is there a way to loop a sound from a certain point?" to be more precise, but anyways...)
I have a 1 minute sound that I want to play entirely only once; after that, I want the sound to start looping from 30 seconds in (i.e. skipping the first 30 seconds of the sound every following loop). Is there a field in the sound data editor that sets this?
I hope I do not have to resort to creating two sounds: one sound for the part that does not loop and one for the part that does, and set the latter to loop.
CHUNK008, that works; however, I was originally looking for a data editor oriented approach. Thanks though.
After some tinkering, I found out a data editor approach:
1) Create a sound.
2) Double click on Sound Assets+.
3) Add a sound.
4) Within the sound properties window, set loop to -1 and loop min/max to the part of the track you want to loop. The min/max have to be specified in samples, so you're going to have to do some calculations.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
(The title should have been "Is there a way to loop a sound from a certain point?" to be more precise, but anyways...)
I have a 1 minute sound that I want to play entirely only once; after that, I want the sound to start looping from 30 seconds in (i.e. skipping the first 30 seconds of the sound every following loop). Is there a field in the sound data editor that sets this?
I hope I do not have to resort to creating two sounds: one sound for the part that does not loop and one for the part that does, and set the latter to loop.
Thanks in advance.
Try this:
CHUNK008, that works; however, I was originally looking for a data editor oriented approach. Thanks though.
After some tinkering, I found out a data editor approach:
1) Create a sound. 2) Double click on Sound Assets+. 3) Add a sound. 4) Within the sound properties window, set loop to -1 and loop min/max to the part of the track you want to loop. The min/max have to be specified in samples, so you're going to have to do some calculations.