I'm trying to save recorded sound to a .ogg format. Using a sf::SoundBuffer, I call the
SaveToFile function, and named the file 'test.ogg', but the file doesn't appear. 'test.wav' works, though.
I see on the
features page, "
Can load and save standard sound formats : ogg, wav, flac, aiff, au, raw, paf, svx, nist, voc, ircam, w64, mat4, mat5 pvf, htk, sds, avr, sd2, caf, wve, mpc2k, rf64". Is saving to ogg vorbis supported in SFML, or just the loading?
I couldn't see .ogg at all (saving or loading), on libsndfile's homepage, so I'm probably looking in the wrong place.