Skip to main content

Individual Streams (user.raw, agent.raw)

  • Encoding: PCM signed 16-bit little-endian (pcm_s16le)
  • Sample Rate: 16000 Hz (16 kHz)
  • Channels: Mono (1 channel)
  • Bit Depth: 16-bit

Interleaved Stream (interleave.raw)

  • Encoding: PCM signed 16-bit little-endian (pcm_s16le)
  • Sample Rate: 16000 Hz (16 kHz)
  • Channels: Stereo (2 channels)
  • Channel Layout: Both channels contain the same mixed audio (user + agent)
  • Bit Depth: 16-bit

Converting Recordings to WAV

Use FFmpeg to convert raw PCM files to WAV format:
BASH