Coder Social home page Coder Social logo

Comments (3)

catright avatar catright commented on August 10, 2024

Wale keeps every app's volume to almost 0 to prevent sudden huge noise, because we are amplifing all sound output physically via speaker's volume knob when we use Wale. If you don't like it so you want to stop it, then there is no way to do that only except you just stop using Wale. I'm really sorry for that.

In advanced view mode(F9), You can set Config(F3) - Up Rate to higher value. Then Wale will raise your volume faster but it can cause some fluctuations at sound output if it's too high.
You can set Config(F3) - Average Time to lower value. Then Wale will react faster to sound change but it can also cause some fluctuations too.
Please try some values to find them fits you or you could try Author's setting that is quite different to default.

Wale doesn't remember the 'original' volumes. Because it can't adjust the volume of an app which is not 'activated' and PC's sound session is keep changing very much, so Wale can't set back to the 'original' volumes even if it remembers them.

from wale.

gotex007 avatar gotex007 commented on August 10, 2024

Okay. I'll try to play around with the Up Rate a little. I'm new to Wale so I'm trying to make it work for me the best I can.

from wale.

ezijlstra avatar ezijlstra commented on August 10, 2024

Maybe an elastic up rate option would help get the volume quicker to target and still suppress fluctuations. The up rate would depend on how far the average is from the target. Something like this:
distance = target-avg;
dist2 = distance * distance;
uprate = uprateFactor*dist2 + minUprate

uprateFactor and minUprate are user settings.

from wale.

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.