Comments

Log in with itch.io to leave a comment.

thank you for sharing these. It's really excellent!

Thank you for your comment.
I would be happy if everyone, including you, enjoys it!

It doesn't have a loop. Minus 1 stars.

Thank you for your comment.

I have double-checked, and the loop tags (ogg, m4a) and smpl chunk (wav) are indeed properly attached to all files.
Also, please note that this data utilizes loop control through loop tags (smpl chunk), rather than a seamless loop where the beginning and end of the track seamlessly connect.
Please rest assured there are no mistakes

(2 edits)

I didn't know. Normally the loop has connected the end to the beginning. I will have to investigate what you mentioned (smpl chunk).

The ogg and m4a files contain loop tags, while the wav files contain a smpl chunk, all of which are written into the audio data.

Strictly speaking, loop tags and smpl chunks are different, but they both represent loop information written into the audio data.

For RPG Maker MZ, please use ogg files. For RPG Maker MV (when releasing games for iPhone), please use both ogg and m4a files. For Unity and sound middleware, please use wav files (and don't forget to check the loop option).

All of them will loop seamlessly when placed in the sound folder of your game engine.

Please note that Unreal Engine ignores smpl chunks by design, so you cannot use them directly. Please be aware of this.

I am currently using Unity. I will try what you indicated, if the loop sound occurs correctly, I will modify my rating.