diff options
| author | mikeos <mike.osipov@gmail.com> | 2013-09-28 16:38:17 +0400 |
|---|---|---|
| committer | mikeos <mike.osipov@gmail.com> | 2013-09-28 16:38:17 +0400 |
| commit | 07aa2154f13a2c90ac3f98b676cddd4e2b1a82b8 (patch) | |
| tree | 15e69b7874d1e95570a536bbfe69a5a78e85f058 /config.py | |
| parent | 1bb90cf78b14c4cc228826e4d5443f4de047ed24 (diff) | |
support of different output encoding formats
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,8 +44,10 @@ cfg = CfgParser() cfg.read(os.path.expanduser("~/.cutter.cfg")) DIR = cfg.get("encoding", "dir", ".") +TYPE = cfg.get("encoding", "type") USE_TEMPDIR = cfg.getbool("encoding", "use_tempdir") COMPRESSION = cfg.getint("encoding", "compression") +BITRATE = cfg.getint("encoding", "bitrate") SAMPLE_RATE = cfg.getint("output", "sample_rate") CHANNELS = cfg.getint("output", "channels") |
