Search found 1803 matches

by dmitrykos
Tue Jan 25, 2022 2:13 pm
Forum: Development
Topic: USB DAC support on USB OTG enabled devices
Replies: 147
Views: 478668

Re: USB DAC support on USB OTG enabled devices

It does not depend on Neutron. E.g. OS decides when to suspend USB bus. If it wasn't a problem before fw update then new fw is guilty in the problem. There is also possibility that due to update there is a problem with cache of Neutron, you could try to fix it by: - uninstall Neutron - reboot device...
by dmitrykos
Tue Jan 11, 2022 8:19 pm
Forum: Support - Player
Topic: A big problem with FRC and AGP
Replies: 16
Views: 5169

Re: A big problem with FRC and AGP

> - make the pos-amp a real pre-amp and get the data for both AGP and Spectrum Analyzer after FRC I propose to use this approach as it allows protection from overloaded sound done by AGP. User will then notice that AGP is triggering Preamp and will try to fix FRC. Showing Spectrum for FRC maybe usef...
by dmitrykos
Mon Jan 10, 2022 11:21 am
Forum: Support - Player
Topic: A big problem with FRC and AGP
Replies: 16
Views: 5169

Re: A big problem with FRC and AGP

@Astell Rozen, DSP in Neutron is fully floating point. By default it is 32-bit fp but if you switch on 64-bit Processing it becomes fully true 64-bit fp. So, headroom is really large. > Also, in the current situation the preamp slider in FRC may confuse new users who apply AutoEQ profiles and hear d...
by dmitrykos
Sat Jan 08, 2022 12:12 pm
Forum: Support - Player
Topic: A big problem with FRC and AGP
Replies: 16
Views: 5169

Re: A big problem with FRC and AGP

I just checked code and sorry, I was misleading and you are right. AGP, as well as Spectrum analyzer are getting data which includes FRC processing, basically all DSP processing. It is possible to change and exclude FRC but the question - is it right? Because if AGP reacts then FRC + any other DSP b...
by dmitrykos
Thu Jan 06, 2022 9:03 pm
Forum: Support - Player
Topic: A big problem with FRC and AGP
Replies: 16
Views: 5169

Re: A big problem with FRC and AGP

FRC is not affected by AGP because it is the last one in the output chain! So basically it can distort sound if tuned incorrectly. The quickest solution is to decrease the Preamp of the EQ preset to the value opposite of loudest band. AutoEQ presets all are decreasing Preamp, such as: preamp="-6.6".
by dmitrykos
Mon Dec 13, 2021 9:24 pm
Forum: Support - Player
Topic: 2.18.5 custom releases (notice for Android users)
Replies: 5
Views: 3962

Re: 2.18.5 custom releases (notice for Android users)

2.18.5-3 is released: * New: - support for DSD over UPnP/DLNA (DSD must be sent as DoP inside 24/32-bit WAV container); - Output To: new transport format WAV (24-bit [default], 16-bit, 32-bit) for UPnP/DLNA streaming. * Ask for permission to access source folders on start if permissions were removed...
by dmitrykos
Sat Dec 04, 2021 6:20 pm
Forum: Support - Player
Topic: 2.18.5 custom releases (notice for Android users)
Replies: 5
Views: 3962

Re: 2.18.5 custom releases (notice for Android users)

2.18.5-2 is released: * New: - restart UPnP/DLNA Renderer on localhost (127.0.0.1) if LAN/WAN unavailable to allow interaction with other apps; - ask for SAF permission to access source folders on start if SAF permissions were removed/lost due to re-installation. ! Fixed: - file deletion from the st...
by dmitrykos
Fri Nov 19, 2021 6:17 pm
Forum: Support - Player
Topic: 2.18.5 custom releases (notice for Android users)
Replies: 5
Views: 3962

Re: 2.18.5 custom releases (notice for Android users)

2.18.5-1 is released:

Code: Select all

! Fixed:
 - release USB DAC to OS in case of temporary audio focus loss;
 - Hi-Res driver crashing on Android 12 if Direct PCM or Offload modes are active.
by dmitrykos
Fri Nov 19, 2021 6:16 pm
Forum: Support - Player
Topic: 2.18.5 custom releases (notice for Android users)
Replies: 5
Views: 3962

2.18.5 custom releases (notice for Android users)

Google imposed to target Android 11 for all apps since November 1, 2021 (https://support.google.com/googleplay/android-developer/answer/9859152). For Android 11 and 12 users it means that standard fast file access is no longer accessible if application targets Android 11 and application has to acces...
by dmitrykos
Fri Oct 15, 2021 12:13 pm
Forum: Support - Player
Topic: A really long delay when using upnp output
Replies: 7
Views: 3467

Re: A really long delay when using upnp output

The problem with delay lies in the principle of UPnP/DLNA protocol. Normally it is meant to provide URL to the renderer and then renderer opens file using this URL. In this scenario there is no real-time streaming, server can pre-cache file rapidly and start playing almost instantly. Neutron is usin...