nsound icon indicating copy to clipboard operation
nsound copied to clipboard

nsound is a C++ library and python module for real-time sound synthesis.

Results 6 nsound issues
Sort by recently updated
recently updated
newest added

I use the Brave browser on Linux, and when I visit http://nsound.sourceforge.net/ there is the console error -> GET http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg net::ERR_BLOCKED_BY_CLIENT this is repeatedly printed to the console and uses...

I believe some changes I made in the swig interface is causing segfaults in certain circumstances. Several example .py files now crash with segfault: example1.py, example 4.py See change set:...

A user sent email with the following issue: I'm getting start to use Nsound(I installed it this morning). I am trying to run the example 1, but I have always...

While playing GuitarBass wtih: ``` play(0.600000, 65.406391) play(0.600000, 97.998859) play(0.600000, 110.000000) play(0.300000, 97.998859) ``` there are audible clicks at the end of the sample. Get rid of the clicks!

``` nick /= math.log(pitch / clipping_freq, 2) TypeError: unsupported operand type(s) for /=: 'AudioStream' and 'float' ```

work on implementing IIR parametric eq filters based on this paper: High-Order Digital Parametric Equalizer Design by Sophocles J. Orfanidis http://www.ece.rutgers.edu/~orfanidi/ece346/hpeq.pdf