Skip to content

Commit

Permalink
Change audio speed already in AudioEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
petergtz committed Nov 3, 2023
1 parent a4b68e7 commit 78b2ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Python3/AudioLib/AudioEffect.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def robotic(input_path, output_path):
'''Applies a robotic effect to a given input audio file'''
sound = AudioProcessing(input_path)
sound.set_volume(1.5)
sound.set_audio_speed(1.3)
sound.set_echo(0.01)
sound.set_bandpass(300, 4000)
sound.save_to_file(output_path)
Expand Down

0 comments on commit 78b2ced

Please sign in to comment.