I have a Java game where only 1 of the sound files will play (the theme to the game). All the other sound effects will either work once and then never again, or give me this error: Error reading first page of Ogg bitstream data.
They have the same bitrate, same sample rate, and are all edited by Audacity.
Is this one file abnormally larger then the others? I have noticed issues with using large filed .wav’s, maybe the same issue is occurring with your .ogg’s. I’m no audio expert though…
PS: New stackoverflow user here so please let me know if I am doing things wrong!