Search found 1800 matches

by dmitrykos
Sat Jan 08, 2022 12:12 pm
Forum: Support - Player
Topic: A big problem with FRC and AGP
Replies: 16
Views: 4047

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: 4047

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: 3924

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: 3924

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: 3924

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: 3924

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: 3429

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...
by dmitrykos
Thu Sep 23, 2021 9:53 am
Forum: Support - Player
Topic: Problem with Android Auto
Replies: 18
Views: 6639

Re: Problem with Android Auto

The common cause of audio absence in case of Android Auto is that you have Audio Hardware -> Generic Driver -> Hi-Res Codec option switched on. It is not a bug of Neutron but a limitation of firmware, just keep it off to have system compatible with all usage scenarios.
by dmitrykos
Tue Aug 10, 2021 12:53 pm
Forum: Support - Player
Topic: Anyway to get multiple channel audio (7.1 x 8) with USB 2.0 Dongle dac?
Replies: 5
Views: 1363

Re: Anyway to get multiple channel audio (7.1 x 8) with USB 2.0 Dongle dac?

OS audio API allows 8 channels and Neutron reports it because some users could connect via multi-channel HDMI or SPDIF to some external audio system. In case of USB DAC the number of channels is reported by DAC, so Neutron allows only that number because using more makes no sense - device accepts on...
by dmitrykos
Mon Jul 12, 2021 7:23 pm
Forum: Support - Player
Topic: NeutronMP does not see the Windows 10 network folders
Replies: 12
Views: 4613

Re: NeutronMP does not see the Windows 10 network folders

My suggestion is to use SFTP (SSH) source if you need to access server from external Internet. SFTP is the same fast as SMB, very secure and native for Linux if your server is running a Linux flavor (like Debian for example). Although SMB via VPN should work too - added task to debug this problem an...