loveemu / gaxtapper

Automated GSF ripper for GAX Sound Engine (beta-testing)
GNU General Public License v3.0
8 stars 1 forks source link

Prevent the one-shot jingle from looping #5

Open loveemu opened 3 years ago

loveemu commented 3 years ago

This is the current specification. One-shot jingles are supposed to be played through the gax2_jingle function, but GSF uses the gax2_init function without any special flags, so it loops.

This problem can be solved by calling the gax2_init function with flags, but there is no way to do that in the command line interface right now.

loveemu commented 3 years ago

Enhancement #9 will solve the issue.