FS-10969 [mod_spandsp] increase tone limit to 128
This commit is contained in:
parent
38153a37ed
commit
834132d128
|
@ -110,7 +110,7 @@ typedef enum {
|
|||
* TONE DETECTION WITH CADENCE
|
||||
*/
|
||||
|
||||
#define MAX_TONES 32
|
||||
#define MAX_TONES 128
|
||||
#define STRLEN 128
|
||||
/**
|
||||
* Tone descriptor
|
||||
|
|
Loading…
Reference in New Issue