PythonAudioEffects icon indicating copy to clipboard operation
PythonAudioEffects copied to clipboard

A Python library that can apply: darth vader, echo, radio, robotic, and ghost effects to audio samples.

Results 9 PythonAudioEffects issues
Sort by recently updated
recently updated
newest added

I think the error was caused because the code was written to handle stereo (two-channel) audio data, while the input audio files were mono (single-channel), resulting in an attempt to...

I think the error is occurring because the Python interpreter is unable to find the AudioLib module. To resolve this issue, you can modify the sys.path list in your Python...

Hello, I'm new to Python, I am using ubuntu, and when I run the command: python3 AudioEffect.py the ModuleNotFoundError: No module named 'AudioLib' pops up, I think that the problem...

Just as the title ask I ran into ImportError: No module named '_portaudio' Just wondering if anyone knows how to fix this.. I've search and done everything so far. nothing.

output_audio.append((e[0] / 2) + (e[1] / 2)) Im not sure what this does? ii keep getting this error

Hi, Looking closely to the method set_echo(self, delay) I noticed that the echo is created by adding the same signal within the sample data with a delay. This will drive...

Hello, I hope this email find you well, Regarding the pitch shifting algorithm I would like to brought your attention on two potential issues while processing audio samples. Fortunately these...

I was tested this package on Windows. It works excellent!

All effects work fine. Except for ghost (the main one I needed) which creates a blank wav. Any idea why? Thank you.