Date: Sat, 23 Sep 2023 16:37:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 274047] audio/alsa-plugins: large number of underruns and CPU usage with games/veloren-weekly Message-ID: <bug-274047-7788-S7WhcT2Mp7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274047-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-274047-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274047 Sean Farley <scf@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #2 from Sean Farley <scf@FreeBSD.org> --- (In reply to Jan Beich from comment #1) Actually, no. My options were: BLKCNT_P2: on BUFSZ_P2: on FFMPEG: off JACK: off PULSEAUDIO: off SAMPLERATE: off SPEEX: off VERBOSE: off However, aplay worked for me for 16- and 32-bit WAV files but not the 8-bit file. $ aplay /usr/local/lib/python3.9/test/audiodata/pluck-pcm16.wav Playing WAVE '/usr/local/lib/python3.9/test/audiodata/pluck-pcm16.wav' : Si= gned 16 bit Little Endian, Rate 11025 Hz, Stereo $ aplay /usr/local/lib/python3.9/test/audiodata/pluck-pcm8.wav Playing WAVE '/usr/local/lib/python3.9/test/audiodata/pluck-pcm8.wav' : Unsigned 8 bit, Rate 11025 Hz, Stereo Assertion failed: (err >=3D 0), function set_params, file aplay.c, line 139= 9. Aborted by signal Abort trap... Apparently, that option was the issue. I disabled both *_P2 options, and i= t is now stable. Thank you very much! I probably kept them enabled when they w= ere switched back and forth a few times. Out of curiosity, is there any use for those two options? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274047-7788-S7WhcT2Mp7>