You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you happen to know where should I save my sound files so that the Play Sound trigger can execute them? I get an error that says "could not play sound file, not ogg vorbis" but I'm feeding the complete file path to the input that goes to Spring.PlaySoundStream("filepath"), and my file is indeed .ogg
I tried searching at gajops github docs but no dice.
The text was updated successfully, but these errors were encountered:
It should be placed in your data directory iirc. Probably best to delay the whole thing as Scened has no asset control implemented and Spring is also rather poor at doing sound
On Thu, Jan 7, 2016 at 12:24 PM, Gajo Petrovic [email protected]
wrote:
It should be placed in your data directory iirc. Probably best to delay
the whole thing as Scened has no asset control implemented and Spring is
also rather poor at doing sound
—
Reply to this email directly or view it on GitHub #6 (comment)
.
Do you happen to know where should I save my sound files so that the Play Sound trigger can execute them? I get an error that says "could not play sound file, not ogg vorbis" but I'm feeding the complete file path to the input that goes to Spring.PlaySoundStream("filepath"), and my file is indeed .ogg
I tried searching at gajops github docs but no dice.
The text was updated successfully, but these errors were encountered: