Determine duration of playback of mono .wav file with the following characteristics: mono .wav file: 93976 bytes, 22050 Hz and 16 bits

To determine the duration of the playback of a mono .wav file with the given characteristics, we can use the following formula:

Duration (in seconds) = File Size / (Sample Rate * Block Align)

where File Size is the size of your .wav file, Sample Rate is the number of samples per second (Hz) and Block Align is the number of bytes for one sample including all channels.

Plugging in the given values, we get:

Duration = 93976 / (22050 * (16/8))

= 93976 / (22050 * 2)

= 2.14 seconds (approx.)

Therefore, the duration of playback of the given mono .wav file is approximately 2.14 seconds.