snapcast icon indicating copy to clipboard operation
snapcast copied to clipboard

audio with regular interruptions every second

Open AntonioRiccelli77 opened this issue 1 year ago • 0 comments

Describe the bug audio with regular interruptions every second

----

  1. I launched snapserver with in PCM mode
  2. I encodind audio trough alsa and a profesional 192Khz USB soubnd card Bheringer
  3. ffmpeg -f alsa -ar 96000 -acodec pcm_s32le -ac 2 -i hw:1,0 -ar 96000 -f s8 -af "pan=mono|c0=FL" /tmp/snapfifo -y

Environment details

  • server, audio card run on OS: on server I5 Debian 11 PC
  • Snapcast version [latest] self compiled from git repo
  • client play a raw audio on another I5 Debian 11 PC with netcat nc 192.168.10.144 5555 | aplay -Dplughw:1,0 -c 1 -t raw -r 96000 -f S8
  • and or with snapclient snapclient -h 192.168.10.144 -p 5555 --logsink null --player file |aplay -Dplughw:1,0 -c 1 -t raw -r 96000 -f S8

Note the audio result with a regular interruption, i tested it in varius sample rate eg: 48,96,128,192khz and the interruption change frequency accordingly

I attached a raw PCM 96000khz 8 bit 1 channel audio dump Please i can help

thanx file.zip

AntonioRiccelli77 avatar Dec 06 '22 16:12 AntonioRiccelli77