It's a continuation value. You only need it if the sample data is so big, that you want to process it in parts.Wolfram wrote:Last question, whats is the secret of the Cont.q=$800080007fff7fff.
The MinMaxScaled procedure returns the last audio sample as a quad value which can be passed on when you process the next part.
If for example you have an audio file with a duration of three hours, you probably don't want to load that entire audio file in memory.