]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_scramble: Audio scrambler function
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 4 Aug 2021 19:16:59 +0000 (19:16 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 19 Aug 2021 15:01:48 +0000 (10:01 -0500)
commit3eec5b8c5c835a9d6d968c41e85e9c9134513c4a
tree2925faf84c99b85850a201cfa8506ed961bc159e
parentcb1dfecc1164b54bdddc94de1a5520866f561ed6
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
doc/CHANGES-staging/func_scramble.txt [new file with mode: 0644]
funcs/func_scramble.c [new file with mode: 0644]