Search found 2 matches
- Tue Feb 21, 2023 11:51 pm
- Forum: Coding Questions
- Topic: How to include and play wav/ogg within exe?
- Replies: 3
- Views: 528
Re: How to include and play wav/ogg within exe?
Thank you! Thank you! It worked. I really appreciate both of your help.
- Tue Feb 21, 2023 3:49 am
- Forum: Coding Questions
- Topic: How to include and play wav/ogg within exe?
- Replies: 3
- Views: 528
How to include and play wav/ogg within exe?
Hi,
Apologies if this is a dumb question but I've been trying to include a small ogg file in my binary and play it when the application starts. The problem is, I keep getting the error on the PlaySound() command:
"The specified #Sound is not initialised."
.
.
.
InitSound()
UseOGGSoundDecoder ...
Apologies if this is a dumb question but I've been trying to include a small ogg file in my binary and play it when the application starts. The problem is, I keep getting the error on the PlaySound() command:
"The specified #Sound is not initialised."
.
.
.
InitSound()
UseOGGSoundDecoder ...