-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 0001-mod_spandsp-max-tones.patch
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/src/mod/applications/mod_spandsp/mod_spandsp.h b/src/mod/applications/mod_spandsp/mod_spandsp.h | ||
index 4e8f1d2..7ffd334 100644 | ||
--- a/src/mod/applications/mod_spandsp/mod_spandsp.h | ||
+++ b/src/mod/applications/mod_spandsp/mod_spandsp.h | ||
@@ -110,7 +110,7 @@ | ||
* TONE DETECTION WITH CADENCE | ||
*/ | ||
|
||
-#define MAX_TONES 32 | ||
+#define MAX_TONES 128 | ||
#define STRLEN 128 | ||
/** | ||
* Tone descriptor | ||
|