Audio Recording and Transmission
The audio recording and transport chain in terms of sampling, bit depth, channel layout, codecs, real-time delivery and clock drift.
Audio recording begins with a microphone, analogue front end and analogue-to-digital converter. The resulting sample stream can be stored, compressed or transported over a network in real time.
Sampling and channel layout
Sampling rate defines how many samples are acquired per second. Bit depth affects quantisation resolution and available dynamic range. Channel count may preserve additional spatial or source-separation information.
Blindly reducing multichannel audio to mono can remove useful information for later processing.
PCM and codecs
WAV often carries PCM, but the file extension alone does not guarantee the actual encoding. MP3, AAC and Opus use different lossy coding strategies and introduce different artefacts.
In machine-learning systems, differences in codec, sample rate and channel configuration between training and deployment data can affect model stability.
Real-time transport
Packet duration, loss recovery and jitter-buffer behaviour determine the balance between continuity and latency. Larger buffers absorb network variation while increasing interaction delay.
Clock drift also matters in long recordings. Two devices operating at nominally identical sampling rates may still progress at slightly different effective rates.
Codec, sampling rate, channel layout and timestamps should therefore be treated as part of the audio data contract.