You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
741 B
26 lines
741 B
# Ambientsounds |
|
|
|
Curses based ambient sound player inspired by Noizio, A Soft Murmur, |
|
etc... |
|
|
|
## Dependencies |
|
|
|
The program depends on : |
|
|
|
- [python 3](https://www.python.org/) |
|
- [pygame](http://www.pygame.org/news.html) to play the tracks |
|
- [mutagen](https://bitbucket.org/lazka/mutagen) to read the ogg vorbis tags |
|
|
|
## Shortcuts |
|
|
|
- `Up` and `Down` to select an item |
|
- `Left` and `Right` to change the volume of the selected track or master volume |
|
- `1` through `0` to set volume per 10% (1 = 10%, 9 = 90%, 0 = 100%) |
|
- `m` to mute track |
|
- `s` to save the current settings |
|
- `q` to quit |
|
|
|
## Sounds |
|
|
|
The sound files, as well as their licenses and authors are available in |
|
the [ambientsounds](https://github.com/Muges/ambientsounds) repository.
|
|
|