Add Granular Volume: Quiet Dial (Utilities) - #713
Open
Rzuss wants to merge 1 commit into
Open
Conversation
Free and open source (GPL-3.0) Android app that attenuates audio below the hardware volume floor, in seven steps from 0 to -30 dB, via a floating dial. Available on F-Droid. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Granular Volume: Quiet Dial, an app that lowers audio below the hardware volume floor. It attaches a
DynamicsProcessingeffect to the global output session and applies negative gain, in seven steps from 0 to -30 dB, from a floating dial.Disclosure: I am the developer. Flagging that up front rather than leaving it to be discovered.
Against the criteria in CONTRIBUTING.md:
INTERNETpermission at all, so it cannot send anything anywherefdroidproduct flavor contains zero Google code; the review-prompt library is scoped to the Play flavor only and replaced by a no-op stubPlaced in Utilities, alphabetically between EtchDroid and HexViewer, following the same section as the existing VolumeScroll entry. F-Droid link only, no Play Store link, per the contribution guidelines. Not on IzzyOnDroid, so no second link.
Happy to move it to a different section or reword if you would prefer.