borine

Results 214 comments of borine

> streamed raw samples from the input device into a file and could basically see that everything was compressed by a factor of 2-3 with respect to time I don't...

> the waveform had been shortened unfortunately that does not help to diagnose the underlying problem. The bluealsa plugin does not create any waveform, it outputs a stream of PCM...

> BlueALSA: [v3.1.0-47-gaac8742] That version of BlueALSA is over 4 years out of date and no longer supported. You may get better results just by updating your software. There are...

> the mono stream is not being converted to stereo properly yes, the problem is that you have misunderstood the meaning of the `aplay` options. For `aplay` the format, rate...

If you let me know: * the command line used for bluealsad, * the command line that your are now using for piping from arecord to aplay, * the outputs...

Without knowing what you are doing, we cannot diagnose the cause of low volume. Please supply the information requested in my previous comment (and also any relevant entries in ~/.asoundrc...

There was a PR (#95) raised many years ago for adding a distributable shared library to the build, and it was decided there that the D-Bus API was a more...

I've written a wiki page to help explain how to create clients using the D-Bus API without the need for any shared library in the bluez-alsa project: https://github.com/arkq/bluez-alsa/wiki/Using-the-BlueALSA-D%E2%80%90Bus-API Of course...

> reports bluez-alsa 4.3.1 (for now) as one of many packages failing to rebuild. As noted in https://gcc.gnu.org/gcc-15/porting_to.html the C23 standard makes some significant semantic changes to existing syntax, and...

I don't have gcc15, but FWIW I've just tried compiling this branch with gcc14 in c23 mode, using ``` make CFLAGS="-std=gnu23 -Wall -Wextra -Werror -Wshadow -02" ``` and it fails...