Skip to content

Commit

Permalink
Add config section and default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shichao-an committed Jan 10, 2014
1 parent 37e0a63 commit 8ec713f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,13 @@ The "soundmeter" command accepts the following options:
-v, --verbose verbose mode
--segment SECONDS audio segment length recorded in seconds (defaults to 0.5)

Config
~~~~~~
Some "dependency-required" parameters can be configured at ~/.soundmeter/config. The default configuration is::

[soundmeter]
frames_per_buffer = 2048
format = 8
channels = 2
rate = 44100
audio_segment_length = 0.5

0 comments on commit 8ec713f

Please sign in to comment.