Posts by Da Flex
-
-
-
Every audio interface / DAC with standard ASIO driver works on LE.
An audio interface is a DAC plus input (ADC).
You could convert from TRS to RCA by a cable.
If you definitely need RCA output, take this (I think it also uses standard ASIO driver): Click!
If you want to record, then LE isn't the right software, and you need a DAW instead.
However, you can use the same audio interface for both software.
Not sure which driver is used by the UMC202HD. Ask the Behringer support team about Linux compatibility.
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Yepp, this works. You can select a supported USB-DAC on LE's audio output settings.
Here are two supported devices from Behringer and Cambridge Audio: Click!
-
Remove all banned crap add-ons and repos. If the problem remains, start a new thread with a clean log. This one is closed.
-
-
Everything inside /storage/.kodi/userdata will be part of the backup.
-
It's possible that OpenGLES hardware acceleration doesn't work on LE, because a driver is missing.
I suggest to try a legacy nightly build, because they support other drivers.
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Please only use one thread to solve your audio problem.
-
Please try our legacy edition: Click!
Legacy edition uses X11 instead of GBM window manager, and supports different A/V drivers.
-
So I think I am going back to v9... To be honest, there is nothing about V10 that I am using, so its not the end of the world.
Please test our brand new LE 10.0.3. I think it has some relevant fixes:
ThreadLibreELEC (Matrix) 10.0.3
LibreELECOctober 17, 2022 at 1:00 AM -
The player itself can't be replaced. Try with LE 10.0.3 ASAP. It should have a fix for such scan issues.
Install LE 10.0.3 from scratch. Software upgrades from 9.x to 10.x will trigger errors.
-
Display More
It was worth a try so I tried it
<cache>
<memorysize>0</memorysize>
<buffermode>3</buffermode>
</cache>
but it has no effect, and reading the info about it I wouldn't expect it to because this is for streams not file operations.
Content of /storage/.kodi/userdata/advancedsettings.xml should be:
Code<advancedsettings version="1.0"> <cache> <memorysize>0</memorysize> <buffermode>3</buffermode> </cache> </advancedsettings>Also try without the buffermode line.
-
I wrote an internal note to the LE devs, but no reply so far - sorry.
It seems like devs are reading, accept my analysis, but have no answer yet.
Legacy means X11, and the current approach is GBM window manager.
In your case it's worth to try both.
-
What's the result of <memorysize>0</memorysize> on advancedsettings.xml? That will write all the cache onto disk.
-
Using a USB audio adapter, it shows up in "aplay -l" and aplay -L", but still does not show up in the LE audio output settings. But that's fine, I only want HDMI audio output for Kodi/LE
I see USB audio on RPi's audio settings, so it's probably a Le Potato bug.
You can try a newer image from chewitt to avoid this: Click!