GithubHelp home page GithubHelp logo

johnglover / simpl Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 2.0 1.56 MB

Simpl is an open source library for sinusoidal modelling written in C/C++ and Python, and making use of Scientific Python (SciPy).

License: GNU General Public License v3.0

Python 5.49% C++ 39.45% C 54.96% CMake 0.09%

simpl's People

Contributors

bwhitman avatar johnglover 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

Watchers

 avatar  avatar  avatar  avatar

simpl's Issues

std::rotate

I received an error

src/simpl/base.cpp: In member function ‘void simpl::Frame::audio(simpl::sample*, int)’:
/src/simpl/base.cpp:357:14: error: ‘rotate’ is not a member of ‘std’
         std::rotate(_audio, _audio + size, _audio + _size);
              ^~~~~~
src/simpl/base.cpp:357:14: note: suggested alternative: ‘negate’
         std::rotate(_audio, _audio + size, _audio + _size);
              ^~~~~~
              negate

It was fixed after I added #include <algorithm> in base.cpp file

ModuleNotFoundError: No module named 'peak_detection'

Dear Developers,

thank you for providing this open source code for sinusoidal modeling.
I followed all the steps described in the setup and installation procedure but couldn't get it to run.
There were no issues displayed when I compiled the code - but it seems that some modules can't be found/imported correctly.

The 'peak_detection' for example is in the correct directory and has the full file name:
'peak_detection.cpython-37m-darwin.so'

Maybe I'm missing something here. I hope somebody can help me out.
I'm using Python 3 on OSX.

Thank you for your time.
Max

Python 3 updates

Hello,

those lines use python 2 keywords (iteritems, cmp), please update them

simpl.simpl.mq.py -> lines number 67 161 167

thanks for this project

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.