GithubHelp home page GithubHelp logo

Comments (5)

dheijl avatar dheijl commented on July 26, 2024

Can you set the log mode to debug, try to adjust the volume and attach the logfile log.txt here from the .swyh-rs folder in your home directory?

from swyh-rs.

techquestions avatar techquestions commented on July 26, 2024

@dheijl I'm attaching the file: log.txt.

from swyh-rs.

dheijl avatar dheijl commented on July 26, 2024

From the log everything seems normal and it should work: swyh-rs is able to read the corrent volume, and it is reported by Volumio at 100 %:

<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:VolumeResponse xmlns:u="urn:av-openhome-org:service:Volume:1">
<Value>100</Value>
</u:VolumeResponse>
</s:Body></s:Envelope>

And subsequently you try to set it several times (100%, 69%, 25% ...) and everytime Volumio acknowledges the command with success:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<u:SetVolume xmlns:u="urn:av-openhome-org:service:SetVolume:1">
<Value>100</Value>
</u:SetVolume>
</s:Body>
</s:Envelope>
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:SetVolumeResponse xmlns:u="urn:av-openhome-org:service:Volume:1">
</u:SetVolumeResponse>
</s:Body></s:Envelope>

So it could be a setting in the Volumio UPNP/DLNA setup or a Volumio limitation/bug.

from swyh-rs.

techquestions avatar techquestions commented on July 26, 2024

The problem was in Volumio's configuration.

In the Settings, there is a "Mixer" option with the following description:

Select the Mixer Type: None = No volume control, Software = Volume control but loss of Audio Quality, Hardware = Best of both worlds, provides ability to change volume without loss of quality

In my case there was no "Hardware" option.
The select was set to None and that was the cause of the problem. I decided to keep it that way, because of the higher Audio Quality according to Volumio team.

from swyh-rs.

dheijl avatar dheijl commented on July 26, 2024

Thanks for the feedback! Hardware volume control needs support from the DAC, I think some HiFiBerry DACs have it.

from swyh-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.