Giter VIP home page Giter VIP logo

pythonaudioeffects's People

Contributors

nxbyte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pythonaudioeffects's Issues

set_echo(self, delay) method will create echo with saturated channel

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 the sound effect to saturation as two signals are added together without being adjusted ( /2)

Kind Regards

_set_stretch will raise exception for stereophonic data sample

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 issues can be easily fix.

The pitch shifting algorithm or method _set_stretch will eventually raise an exception when
processing stereophonic data sample. May be this should be written in the doc or code put in place to
process one channel at the time when it comes to work with stereophonic sound effect.

The overlapping subarray is defined by window_size and equivalent to 2 **13, this will also raise an exception
for sound effect approximately < 2 **13 samples (sound effect duration lower than 8192 / 44100 = 0.185 seconds for a sampling at 44100hz)
May be the window size can be adjusted according to the data sample length ?

Kind Regards

ModuleNotFoundError: No module named 'AudioLib'

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 is in the init.py file as the program doesn't recognize AudioLib as a module, instead it sees it as a regular folder probably, I haven't changed anything in the code, I downloaded exactly from the github repository and I ran the main AudioEffect.py file, can you help me solve this problem, thank you in advance, best regards

Aleksa

ImportError: No module named '_portaudio'

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.