-
Notifications
You must be signed in to change notification settings - Fork 356
docs/desktop: Rewrite some desktop app guides for Rocky Linux 10 #2930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+209
−1,461
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
9d83d4e
desktop category: Rewrite some desktop app guides for Rocky Linux 10
wsoyinka df03719
docs/desktop: remove unused translated guides
wsoyinka ab33346
desktop category: add new guide for valuta app
wsoyinka f94c303
desktop category: apply @sspencerwire review feedbak to PR 2930
wsoyinka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,66 @@ | ||
--- | ||
title: Decibels | ||
author: Christine Belzie | ||
contributors: Steven Spencer, Ganna Zhyrnova | ||
title: Decibels Audio Player | ||
author: Wale Soyinka | ||
contributors: | ||
tags: | ||
- gnome | ||
- desktop | ||
- audio | ||
- flatpak | ||
--- | ||
|
||
## Introduction | ||
## A Simple, Modern Audio Player | ||
|
||
Decibels is an application that plays audio files. Its user-friendly interface makes uploading and playing your favorite song(s), recordings of lectures, project ideas, and other audio files, easy. | ||
**Decibels** is a modern and elegant audio player for the GNOME desktop. It is built on a philosophy of simplicity, designed to do one thing exceptionally well: play audio files. | ||
|
||
## Assumptions | ||
Unlike full-featured music library applications like Rhythmbox, Decibels does not manage a collection of music. Instead, it focuses on providing a clean, straightforward experience for playing individual sound files. Its signature feature is a beautiful waveform display that allows for easy and precise navigation through the audio track. | ||
|
||
This guide assumes you have the following: | ||
This makes it the perfect tool for quickly listening to a downloaded podcast, a voice memo, or a new song without the overhead of importing files into a library. | ||
|
||
- Rocky Linux | ||
- Flatpak | ||
- FlatHub | ||
## Installation | ||
|
||
## Installation Process | ||
The recommended way to install Decibels on Rocky Linux is as a Flatpak from the Flathub repository. This method ensures you have the latest version of the application, sandboxed from the rest of your system. | ||
|
||
Go to [Flathub.org](https://flathub.org), type "Decibels" in the search bar, and click on **Install**. | ||
### 1. Enable Flathub | ||
|
||
 | ||
First, ensure you have Flatpak installed and the Flathub remote configured on your system. | ||
|
||
 | ||
```bash | ||
# Install the Flatpak package | ||
sudo dnf install flatpak | ||
|
||
2. Copy the manual install script and run it in a terminal: | ||
# Add the Flathub remote repository | ||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | ||
``` | ||
|
||
```bash | ||
flatpak install flathub org.gnome.Decibels | ||
``` | ||
|
||
3. Finally, copy the run command and run that in your terminal: | ||
|
||
```bash | ||
flatpak run org.gnome.Decibels | ||
``` | ||
|
||
|
||
## How to use | ||
!!! note | ||
You may need to log out and log back in for Flatpak applications to appear in the GNOME Activities Overview. | ||
|
||
To use Decibels, do the following steps: | ||
### 2. Install Decibels | ||
|
||
1. Click on **Open** | ||
Once Flathub is enabled, you can install Decibels with a single command: | ||
|
||
 | ||
```bash | ||
flatpak install flathub org.gnome.Decibels | ||
``` | ||
|
||
2. Pick your desired file and click on the **Open** that appears in the upper right corner of the screen | ||
## Basic Usage | ||
|
||
 | ||
After installation, you can launch Decibels from the GNOME Activities Overview by searching for "Decibels". | ||
|
||
To play a file: | ||
|
||
!!! note | ||
1. Launch the application. You will be greeted by a clean, simple window. | ||
2. Click the prominent **"Open a File..."** button in the center of the window. | ||
3. Use the file chooser to navigate to and select an audio file on your system (e.g., an `.mp3`, `.flac`, `.ogg`, or `.wav` file). | ||
4. The file will open, and its waveform will be displayed. Playback will begin automatically. | ||
|
||
Tired of clicking with your mouse? Here are some ways you can use your keyboard to play and interact with your audio files | ||
## Key Features | ||
|
||
- ++ctrl++ + ++shift++ + ++o++ = Open File | ||
- ++space++ = Play or Pause | ||
- ++left++ = Move audio back 10 seconds | ||
- ++right++ = Move audio forward 10 seconds | ||
While simple, Decibels has several useful features: | ||
|
||
## Conclusion | ||
* **Waveform Navigation:** Instead of a simple progress bar, Decibels shows the audio's waveform. You can click anywhere on the waveform to instantly seek to that part of the track. | ||
* **Playback Speed Control:** A control in the bottom-right corner allows you to adjust the playback speed, which is perfect for speeding up podcasts or slowing down audio for transcription. | ||
* **Quick Skip Buttons:** Dedicated buttons allow you to jump backward or forward by 10-second intervals, making it easy to re-listen to a missed phrase. | ||
|
||
Are you eager to learn more about this app, or do you have more ideas for it? [Submit an issue in Decibel's repository at GitLab](https://gitlab.gnome.org/GNOME/Incubator/decibels/-/issues). | ||
Decibels is an excellent choice for anyone who needs a simple, elegant, and modern application for playing individual audio files on the GNOME desktop. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So just change this to ## A simple, modern audio player and "Decibels" will come down as the level 1 heading from the meta. To be clear, since this is a heading, I think you'll get the emphasis you need without the bold face on all of these, but I'll leave that up to you.