readme better.
This commit is contained in:
parent
1ece285bf1
commit
9f372d361e
1 changed files with 10 additions and 9 deletions
19
readme.md
19
readme.md
|
|
@ -1,9 +1,10 @@
|
||||||
# cimp
|
# cimp
|
||||||
|
|
||||||
**c**onsole **i**nterface **m**usic **p**layer A lightweight, keyboard-driven
|
**c**onsole **i**nterface **m**usic **p**layer
|
||||||
music player for the terminal, written in QuickBASIC (QB64). It plays audio
|
|
||||||
files and M3U playlists directly from the command line, with a minimal two-line
|
A lightweight, keyboard-driven music player for the terminal, written in
|
||||||
display showing playback state.
|
QuickBASIC (QB64). It plays audio files and M3U playlists directly from the
|
||||||
|
command line, with a minimal two-line display showing playback state.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
@ -76,9 +77,9 @@ cimp -r track1.ogg track2.ogg track3.ogg
|
||||||
|
|
||||||
## Supported Audio Formats
|
## Supported Audio Formats
|
||||||
|
|
||||||
All formats supported by QB64/QB64PE are supported by cimp, as the compiler
|
All formats supported by QB64/QB64PE are supported by cimp, as QB64 handles the
|
||||||
handles the decoding. The following formats are supported by the most recent
|
decoding. The following formats are supported by the most recent versions of
|
||||||
versions of both compilers:
|
both compilers:
|
||||||
|
|
||||||
`mod`, `xm`, `s3m`, `it`, `mid`, `mp3`, `ogg`, and `flac`
|
`mod`, `xm`, `s3m`, `it`, `mid`, `mp3`, `ogg`, and `flac`
|
||||||
|
|
||||||
|
|
@ -92,5 +93,5 @@ versions of both compilers:
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- M3U paths can be absolute or relative to the playlist file's directory.
|
- M3U paths can be absolute or relative to the playlist file's directory.
|
||||||
- Volume adjustment is non-linear (logarithmic-feeling) for a more natural
|
- Volume adjustment is non-linear for a more natural response and better control
|
||||||
response and better control at lower ranges.
|
at lower ranges.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue