So it looks like my Rose also has weird start of playback buffer management which is why it repeats the first second or so of a track occasionally.
I don’t think there is a trial for AudioLinux itself…
On another popular forum the author of Audiolinux wrote:
Posted February 16
There is not a trial version of Audiolinux because price is low and you
should think at it as a service.
Audiolinux support will follow the user during installation and
optimization of the audio system. This process of tuning needs some work and time.
Thanks for the info - means the guy wants to sell a pig in a poke?
I wouldn’t put it that way. Pierro is genuinely committed to help out during setup. AudioLinux is regarded as a great solution in many audio communities and there are regular updates, is highly customizable and tuneable to ones personal preferences. My Euphony license is running out and I’m looking to move back to AudioLinux myself not only from a sound quality point of view but also from a support point of view.
Oh, I didn’t know about that.
Thanks to Piero, i have installed and am running for 2 years now an Audiolinux server without any issue at all.
All without any specific inux knowledge.
When updates become available, Piero offers guidance what /when to install (or not). And it s it so nice to be able to use the menus to executes thesse possible updates.
As Piero says, it s a service, and he is absolutely right.
Love the service and the product.
Dirk
Thank you - I am really interested in “no faceless” unique products, so I take your recommendation into account.
Does someone have issues with connecting to chromecast? Chromecast don’t appears in audio settings. I need to change user of Audirvana in /etc/systemd/system/audirvanaStudio.service from audirvana to root for get it working.
I made a workaroud for this. This problem is caused, because Audirvana runs before Raspberry connects to router, and prevents chromecast client from starting. Just add ExecStartPre=/bin/sleep 30 to service file. No need to change user of Audirvana as i mentioned before.
System is Moode 9.0.1 on Raspberry Pi 4b 2gb ram.
sudo nano /etc/systemd/system/audirvanaStudio.service
[Unit]
Description=Run audirvanaStudio
DefaultDependencies=no
After=avahi-daemon.service
[Service]
Type=simple
User=audirvana
Group=audio
WorkingDirectory=/opt/audirvana/studio
ExecStartPre=/bin/sleep 30
ExecStart=/opt/audirvana/studio/audirvanaStudio
Restart=always
[Install]
WantedBy=default.target
sudo systemctl disable audirvanaStudio.service
sudo systemctl enable audirvanaStudio.service
sudo reboot
Excellent idea…
For those that use the ./setAsService.sh script, be careful that it can overwrite the audirvanaStudio.service file with the default one from /opt/audirvana/studio/share/etc … Best to edit that file as well in that case…
It’s better firstly run SetAsService.sh then edit this file as i mentioned before.
/etc/systemd/system/audirvanaStudio.service
Hello,
I’ve tried to install the ARM-version on my ancient Synology DS216j, which did not work. Says it’s not compatible.
As I need a new NAS sooner or later anyhow I’m now looking at buying a Synology DS723+ with an AMD Ryzen R1600 processor. I suppose the Synology version of Audirvana for Intel should run, but I’d like to ask if anyone has actually installed AS on a NAS with an AMD CPU successfully?
Thanks!
Hi everyone,
Here is the change log following 2024-06-06T22:00:00Z update of the Linux version of Audirvāna Studio 2.8.2 and Audirvāna Origin2.5.13:
- ALSA: Fix selection to use stereo stream on device
- Raise popup with detailed message on Remote App upon login failed
- Audio settings: ensure max buffer size is not a negative number
- Fix asahi crash on exit
Hello,
MacOS Monterey 12.7.5 on Mac Book
Linux rasp1 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 on Raspberry 5
IOS 17.5.1 on Iphone
AS 2.8.2 onMacOS
AS 2.8.2 sur Linux rasp
Audirvana Remote 5.0.1 sur IOS
Following the AS 2.8.2 update on Linux rasp, no more computers detected from Audirvana Remote: if I restart Audirvana Remote I stay stuck on the “Connection” page with “No computer available” while AS is running on Mac and AS is also running on Linux. So it is impossible to use Audirvana Remote to access one of these 2 computers.
Note : This had already happened during the AS 2.8.1.7 update on Linux rasp, I had to play a track on AS on Mac and this had unlocked access from AS Remote on Mac(by-pass 1)
To access Linux rasp I had to restart the AudirvanaStudio service which had not been restarted during the update (by pass 2)
This time none of these 2 bypasses works.
And suddenly without doing anything after a few hours of waiting, I can access Linux Linux rasp again through Audirvana Remote: I can authenticate. I can imagine that the Audirvana authentication service has been updated by the Audirvana team at their location. Maybe …
On the other hand, I still cannot access AS on Mac from Audirvana Remote: Audirvana Remote continues not to see AS on Mac, the message “Resolve service for connection failed” is displayed.
Audirvāna Studio, DietPI Debian bookworm aarch64.
Problem with playback via UPNP devices. After ~10 minutes of playback, the sound freezes. There are no such problems when playing through a local Alsa device.
Which are your upnp devices?
The problem is the same on any UPNP clients: Jriver (windows), upmpdcli+MPD, gmediarender, APrenderer (Album Player для Linux).
Are Audirvana and the upnp devices all on the same subnet? (It’s a must for upnp)
Yes, sure. Everything is in one ethrnet segment.
Other UPNP streaming options (without Audiorvana) work stably.
You can check this yourself. I tried with different SBCs and different UPNP renderers. The problem repeats itself in every test.
The problem occurs even if streaming via localhost on the same SBC is used.