Bytes Per Sencond

Started by Irrational86,

Irrational86

I have been trying and trying to figure out how to calculate the Bytes Per Second, but i just cant seem to get it...Can i get some help with this? Ian? Anyone? ???

Ingolf2

Irrational86

#2
Of a stream, but never mind, i already figured it out, for those who are still wondering its,

SampleRate * (BitsPerSample div 8) * NumChannel

Example:
44100 * (16 div 8) * 2