Giter Club home page Giter Club logo

Comments (8)

pengzhendong avatar pengzhendong commented on August 17, 2024 1

Can it be implemented on Windows

Sure. https://github.com/pengzhendong/pyrnnoise/blob/master/CMakeLists.txt

from rnnoise.

pallaswept avatar pallaswept commented on August 17, 2024

Once I got the dependencies installed (make, gcc, and friends, and glib2-devel), it all worked OK for me, on a tumbleweed live image VM. Perhaps there's some version or configuration difference, but hopefully this gives you a starting point that is known to work, which you can use to get your system to behave the same way. Good luck!

from rnnoise.

grazder avatar grazder commented on August 17, 2024

@pallaswept Do you have full list of dependencies?

from rnnoise.

grazder avatar grazder commented on August 17, 2024

Seems like ./configure should check everything, but it says that everithing is OK

------------------------------------------------------------------------
  rnnoise 0.2: Automatic configuration OK.

    Assertions ................... no

    Hidden visibility ............ yes

    API code examples ............ yes
    API documentation ............ yes
------------------------------------------------------------------------

from rnnoise.

pallaswept avatar pallaswept commented on August 17, 2024

@pallaswept Do you have full list of dependencies?

Starting with the live image, this will build it:

sudo zypper install --recommends git-core gcc make autoconf libtool glib2-devel
git clone https://github.com/xiph/rnnoise.git
cd rnnoise
git checkout 904a876dce1f9ab8860c0a5000ed151f9f6eef58
export CFLAGS=-march=native # Optional, but you will get lots of warnings without specifying a capable CPU
./autogen.sh
./configure
make

from rnnoise.

2towardsnorth avatar 2towardsnorth commented on August 17, 2024

Can it be implemented on Windows

from rnnoise.

jmvalin avatar jmvalin commented on August 17, 2024

Normally the code should compile on Windows. That being said, there's no build system other than autotools at the moment

from rnnoise.

Related Issues (20)

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.