updated readme

This commit is contained in:
Martchus 2015-08-26 21:45:59 +02:00
parent 87322d433c
commit 9529d0b703
1 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,10 @@
# dbus-soundrecorder # dbus-soundrecorder
Records sound from Pulse Audio using ffmpeg. Records sound from Pulse Audio with ffmpeg while watching D-Bus to
determine tracks, song title, album, artist and other meta data
Uses D-Bus to determine current song, album, artist and other meta data
provided by the media player application via MPRIS D-Bus service. provided by the media player application via MPRIS D-Bus service.
When the next song start, the recorder automatically starts a new file When the next song start, the recorder automatically starts recording
and sets available meta data. a new file and sets available meta data.
## Usage ## Usage
``` ```