What's the value range of float samples?

Nikos Chantziaras <[email protected]> Mon, 07 Jan 2013 20:53:56 +0200
Newsgroups gmane.comp.multimedia.ogg.vorbis.general
Organization Lucas Barks
Message-ID <[email protected]>
I always assumed that ov_read_float() would get me samples in the range 
of [-1,1), and anything below or above that can be clamped (or clipped 
in the final conversion to an integer format.)

However, I recently saw this:

   https://github.com/LaurentGomila/SFML/issues/310#issuecomment-9974550

Apparently, there are Vorbis streams that use float samples with values 
in the range of [-32768, 32767]?