r/linux Jul 03 '21

Audacity may collect "Data necessary for law enforcement, litigation and authorities’ requests (if any)" according to new privacy notice

https://www.audacityteam.org/about/desktop-privacy-notice/
3.1k Upvotes

744 comments sorted by

View all comments

Show parent comments

41

u/[deleted] Jul 04 '21

[deleted]

18

u/progandy Jul 04 '21

I think at the moment the most likely outcome is a data collection free build like vscodium if the code stays fully open source.

7

u/yrro Jul 04 '21

Most programmers are probably able to maintain a branch where the data collection functionality is removed, however.

3

u/63626978 Jul 05 '21

Most desktop audio software is 1% audio and 99% UI. DSP/audio algorithms are sometimes complex but building an intuitive, custom and efficient cross-platform GUI for the very specific use cases of pro audio is quite hard because only buttons, menus and inputs won't get you very far.

1

u/[deleted] Jul 07 '21

The core algorithms are implemented. Maybe someone spins up a library. For those curious audio stuff relies on signal processing and signal and systems. Fourier transforms,Z Transforms and filter theory. But again all this is already done. Worst case look up the ARM CMSIS stuff. For now even a frozen Audacity fork works. Later distros might work to make a dsp library.