mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-13 15:51:50 +00:00
48k 30ms and 40ms codecs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15135 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -335,7 +335,7 @@ static inline int switch_check_interval(uint32_t rate, uint32_t ptime)
|
||||
if (ptime < 120) return 1;
|
||||
break;
|
||||
case 48000:
|
||||
max_ms = 20;
|
||||
max_ms = 40;
|
||||
ptime_div = 2;
|
||||
break;
|
||||
case 32000:
|
||||
|
||||
Reference in New Issue
Block a user