Skip to content

Commit

Permalink
Create 0001-mod_spandsp-max-tones.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored Jan 22, 2018
1 parent d5c9925 commit 65cabfe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 0001-mod_spandsp-max-tones.patch
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

0 comments on commit 65cabfe

Please sign in to comment.