func_scramble: Audio scrambler function

Adds a function to scramble audio on a channel using
whole spectrum frequency inversion. This can be used
as a privacy enhancement with applications like
ChanSpy or other potentially sensitive audio.

ASTERISK-29542

Change-Id: I01020769d91060a1f56a708eb405f87648d1a67e
This commit is contained in:
Naveen Albert
2021-08-04 19:16:59 +00:00
committed by Friendly Automation
parent cb1dfecc11
commit 3eec5b8c5c
2 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Subject: func_scramble
Adds an audio scrambler function that may be used to
distort voice audio on a channel as a privacy
enhancement.