CC-3286: Shows not recorded after upgrade to 2.0.0 from 1.8.2

- fixed a bug.
- extra fix: handle cancel recording event gracefully
- better log
This commit is contained in:
James 2012-01-31 15:28:57 -05:00
parent 4874eb4f34
commit 3b64da7f4e
2 changed files with 17 additions and 11 deletions

View file

@ -24,6 +24,7 @@ record_bitrate = 256
record_samplerate = 44100
record_channels = 2
record_sample_size = 16
record_timeout = 3600
#can be either ogg|mp3, mp3 recording requires installation of the package "lame"
record_file_type = 'ogg'