quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Continue main loop even when "packet prepared is invalid" #77

Open tilleul opened 2 years ago

tilleul commented 2 years ago

vban_emitter would exit in case of overrun although ALSA automatically reconnects the broken pipe. With this fix, the main loop will continue even in case of overrun, but of course the invalid packet is skipped.