[SlimDevices: SqueezeCenter] Plugin directories and how to check in custom plugin?

2021-03-18 Thread zzzap
How do we register custom plugin with LMS the correct way? On RPi / Debian I saved MyCustomConvert plugin in Code: /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/MyCustomConvert then restarted LMS from console window Code:

Re: [SlimDevices: SqueezeCenter] Plugin directories and how to check in custom plugin?

2021-03-18 Thread zzzap
Thanks! zzzap's Profile: http://forums.slimdevices.com/member.php?userid=31947 View this thread: http://forums.slimdevices.com/showthread.php?t=114176 ___ Squeezecenter mailing

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-02 Thread zzzap
chicks wrote: > I converted a couple of RME's bit-perfect test files from WAV to FLAC > using Sox. They still show bit-perfect on the RME ADI-2 DAC FS screen > when played through Squeezelite from my LMS server. > > https://www.manualslib.com/manual/1374592/Rme-Audio-Adi-2-Dac.html?page=63

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-02 Thread zzzap
Final test to exclude the flac application from the equation. Code: flac -dcs --force-raw-format --endian=little --sign=signed srv.flac > srvPIPE.pcm ffmpeg -f s16le -ar 44.1k -ac 2 -i srvPIPE.pcm srvPIPE.wav Here we use the same command

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-02 Thread zzzap
slartibartfast wrote: > I tried recording a track from Squeezelite-X using WASAPI loopback in > Audacity. The recorded track is around 2dB higher peak amplitude than > the original FLAC file but I have no idea why. I've seen similar from HiFi Berry S/PDIF where there are some -3 dB. That could

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-05 Thread zzzap
slartibartfast wrote: > I don't have .asoundrc either so I think the likelihood of me getting > this working is slim. Which version of the Raspberry OS are you running > on your Pi. Mine is Buster and pulseaudio is default on that. I have no > idea what difference that makes. I'm on latest

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-05 Thread zzzap
slartibartfast wrote: > I am just starting to have a look at this and I don't seem to have > /etc/asound.conf > Did you create it? > Yes, we can also have it in user home directory under another name. See the description on the that page.

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-06 Thread zzzap
slartibartfast wrote: > In my Squeezelite settings file the line would be > SL_SOUNDCARD="default" > with quotation marks. Is yours the same? Where is the default soundcard > defined? > If my soundcard is > hw:CARD=E30,DEV=0 > is that what I would enter for pcm.output? Try these

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-06 Thread zzzap
@slartibartfast As before mentiod I installed Squeezelite from the package manager with output to 'default'. ~$ sudo apt install squeezelte Output in the asound.conf use name of you sound card. Or simply try 'card 1'. Code: pcm.output { type hw card

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-03 Thread zzzap
Ron F. wrote: > My comment here could be construed as naive, but assuming the question > is bit-perfect output from a Squeezelite instance running on RPi-OS, > (output samples to stdout using -o -) then what happens if in LMS, the > player's audio volume control setting option is fixed to 100%

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-03 Thread zzzap
bpa wrote: > This feels like an ALSA issue not an LMS one. Quite possible, if a problem at all. I where lead in a direction due to how the WAV file repeatedly got 100% match while the FLAC always failed when recaptured multiple times. With now a more a extended dataset using different input

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-03 Thread zzzap
Thanks @bpa. More to digest. The tee command can prove useful to compare Ogg/FLAC stream to ffmpeg capture at alsa output. Ahh of course, directing the convertion to an application of own making opens up many possibilities. Thanks, inspires to think of new ways of using LMS. With data

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-03 Thread zzzap
slartibartfast wrote: > Are the waveforms you feed into Deltawave exactly the same number of > samples? No, that's not necessary. Don't even have to be the same bit depth, format or amplitude. DW will convert, seek and find start position on its own. And then try to even out levels and clock

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-02 Thread zzzap
slartibartfast wrote: > How are you capturing the output files? When capturing S/PDIF or analog out whatever medium used will be hard to compare. I've tried. Only usefull data I found is the clock and jitter difference. And even that might not be of interest using a modern DAC. I duplicate

Re: [SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-02 Thread zzzap
slartibartfast wrote: > Have you examined the waveforms in Audacity to see if you can see any > difference when zoomed in to individual samples? Thats what DeltaWave are for I think ;) Fact is I can repeatedly capture a bit perfect stream from WAV files. LMS use 'flac -d' output to stdout.

[SlimDevices: SqueezeCenter] convert.conf FLAC PCM, need confirmation please

2022-12-01 Thread zzzap
I wonder if someone can confirm I have the correct understanding of this configuration? What I want is to trancode FLAC to PCM on server side. My unsertenty stems from Material Skin still says its streaming flac and actual output is the same as with the native setting. For now I just need to be

Re: [SlimDevices: SqueezeCenter] convert.conf FLAC PCM, need confirmation please

2022-12-02 Thread zzzap
Thank you. If you are able to see my screen dump in my first post that show my interpretation of that setting. And I also conclude from the log that the stream is transcodet on the server. Reason for me to be absolutely sure are for troubleshooting another problem.

[SlimDevices: SqueezeCenter] DeltaWave show LMS and Squeezelite transcoding are not bit perfect with FLAC

2022-12-02 Thread zzzap
Messing around with Deltawave https://deltaw.org/ I found that capturing Alsa output from Squeezelite on RPi-OS I have absolutely bit perfect output from Squeezelite if streaming WAV files from local network. Sadly results from streaming FLAC where not as joyful and comply with listening