]> 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 14:48:41 +0000 (09:48 -0500)
commit498db70884193e30eae95042967664b94849a14a
tree6ae507153f95a6411b4d83124a4202fbb29fe77f
parenta099f13a206fd739af8441d1eb2f61d6af565f3f
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]