Hello,
I've got a problem with sf::InputStream.
I have a sound file which I can load and play normally, then I insert it into a package of files, try to load it again from the package with sf::InputStream and the sound plays but makes a huge noise 1-2 seconds before playing.
Tried to dump the file outside the package again, and it plays nice both in sfml and external players.
What could it be?