A value of 200 makes it still easy to understand, a value of 500 is relatively difficult. Users are invited to experiment with the exact value that works best for their use case.
These steps need to be integrated into the code and made configurable via the command line interface.
On the command line, the following commands were successful for stereo audio with 44.1 kHz sampling rate: First, create audio from the video:
Then, find out exact length, sampling rate and number of channels, in our cases 49.53 seconds, 44100 Hz and 2 channels (stereo):
Create a sine wave with the same length, sampling rate and number of channels:
Combine the two into the deidentified audio:
A value of 200 makes it still easy to understand, a value of 500 is relatively difficult. Users are invited to experiment with the exact value that works best for their use case.
These steps need to be integrated into the code and made configurable via the command line interface.