Search found 1804 matches

by dmitrykos
Fri Oct 15, 2021 12:13 pm
Forum: Support - Player
Topic: A really long delay when using upnp output
Replies: 7
Views: 3483

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

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

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

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...
by dmitrykos
Sat Jun 26, 2021 6:50 am
Forum: Support - Player
Topic: bit perfect playback not working
Replies: 4
Views: 1949

Re: bit perfect playback not working

Bit-perfect profile preset in Neutron is a template which switches off the DSP effects that could modify sound, e.g. you could do it manually but preset just save time if you need to switch on effects back again. Normally Neutron is doing bit-perfect and if you enable effects they are put on top of ...
by dmitrykos
Wed May 26, 2021 12:37 pm
Forum: Support - Player
Topic: Volume is not adjustable USB DAC
Replies: 5
Views: 1893

Re: Volume is not adjustable USB DAC

Hi! Normally volume control must be available because Neutron is getting volume change commands from the OS:

Car HUD -> OS -> Volume Control even (+/-) -> Neutron adjusts volume

May be something is blocking Volume control events in the system and they are not propagated to Neutron's process.
by dmitrykos
Fri Mar 19, 2021 12:59 pm
Forum: Support - Player
Topic: A really long delay when using upnp output
Replies: 7
Views: 3483

Re: A really long delay when using upnp output

The delay depends on the firmware of the receiver. Other apps are sending the URL for the offline file to the Renderer and thus it can cache any size of internal buffer quickly. Neutron works differently - it send real-time endless stream with all DSP applied and thus if receiver decides to cache 10...
by dmitrykos
Mon Feb 15, 2021 8:01 am
Forum: Support - Player
Topic: limit on sampling rate for Bluetooth
Replies: 53
Views: 13793

Re: limit on sampling rate for Bluetooth

After recent update we are limited to Bt 24 bit 96khz sampling rate . Why ? I was. Able to get 32bit 192khz sampling over generic driver with haylou t15 and sounded really good why. Are we going backward ? At least leave us an option to unlimit with our risk of anything ? Bluetooth A2DP does not su...
by dmitrykos
Wed Jan 27, 2021 9:51 am
Forum: Development
Topic: No Library shown in the Car (Android)
Replies: 13
Views: 5182

Re: No Library shown in the Car (Android)

To support current play queue (track list) over the Bluetooth connection Neutron needs an implementation for this API:

https://developer.android.com/reference ... .QueueItem>)

It has been added into to-do.
by dmitrykos
Mon Jan 25, 2021 6:50 pm
Forum: Support - Player
Topic: upmix output to 5.1
Replies: 10
Views: 4369

Re: upmix output to 5.1

I replied here regarding this problem:
https://neutroncode.com/forum/viewtopic ... 0b2#p16164