15 Commits

Author SHA1 Message Date
Alex Smith
3227399ed8 lame: Set quality level to 2
Set the quality level to 2 as per recommended by the lame headers as
"near-best quality, not too slow."
2014-07-23 20:19:12 -04:00
Alex Smith
85b19ee91a lame: Do not set channel mode
After further digging lame will apply the same logic based on the the
number of input channels.
2014-07-23 20:19:12 -04:00
Alex Smith
347861120e lame: Use joint stereo
Joint stereo allows lame to pick the best encoding mode for each audio
frame.  With STEREO mode lame will always use separate encoding for each
audio channel which hurts quality (especially at lower bitrates).
2014-07-21 16:58:06 -04:00
shousa
9af05a3f1d Enabled to select monaural audio
For sites that bit rate is limited
2014-03-03 23:22:40 +09:00
jp9000
3520b15ca4 Allow the option to select sample rate to stream at rather than have it hard coded to 48000hz 2013-09-02 18:40:15 -07:00
Extrems
8b16a48523 Output 48 kHz audio 2013-08-29 11:00:43 -04:00
Richard Stanway
9aceaadbcc Some small code cleanups via static analysis (cppcheck) 2013-04-04 03:20:02 -04:00
jp9000
abfef72d85 0.48.007 - removed circular list usage until I can verify it's 100% safe to use, removed a potential memory leak from directshow sources, other minor checks and tweaks 2013-03-31 05:47:11 -07:00
jp9000
97fdfa4b05 Added a "circular list" to optimize some data usage accross the application. don't stare into the code directly, you'll go insane. (but worth it) 2013-03-27 07:07:50 -07:00
jp9000
61dbfbfabe fixed sync problems in general, updated audio system, fixed some more bugs 2012-12-11 22:22:51 -07:00
jim
7e10a6cad2 added more info to crash handler, fixed some bugs, adjusted rtmp code, removed unnecessary traces 2012-11-22 06:50:22 -07:00
jim
4699c61e0e 0.414 - finally truly fixed sync issues thank god - also tons of other stuff 2012-10-08 01:42:59 -07:00
jim
3e77601317 0.41a minor bugfixes 2012-10-02 19:39:32 -07:00
jim
1372c0bce8 0.32 2012-09-01 17:03:49 -07:00
jp9000
5b9e3b9dcb Initial commit 2012-08-30 21:54:15 -07:00