Git Product home page Git Product logo

sndrnnoise's Introduction

SndRNNoise

A very simpe CLI app to run rnnoise on "any" libsndfile supported input file.

  • Only 1 channel and 48kHz input supported right now.
  • Output is always a 16 bit, 1 channel, 48kHz PCM WAV file
  • OGG input file won't work properly

sndrnnoise's People

Contributors

oniongarlic avatar

Watchers

 avatar  avatar

sndrnnoise's Issues

Broken install, needs documentation

This doesn't include the rnnoise.h file by default so I had to manually download the rnnoise repo and include it, as well the include line was written as #include <rnnoise.h> instead of <> it should be quotation marks #include "rnnoise.h" for local header files. Even after this I was given the error when compiling

Package rnnoise was not found in the pkg-config search path. 
Perhaps you should add the directory containing `rnnoise.pc' 
to the PKG_CONFIG_PATH environment variable 
Package 'rnnoise', required by 'virtual:world', not found 
gcc  -O2 -pipe -Wall -o sndrnnoise sndrnnoise.c  -lm 
/usr/bin/ld: /tmp/ccJPJj9E.o: in function `open_output': 
sndrnnoise.c:(.text+0x14): undefined reference to `sf_open' 
/usr/bin/ld: sndrnnoise.c:(.text+0x2d): undefined reference to `sf_command' 
/usr/bin/ld: sndrnnoise.c:(.text+0x43): undefined reference to `sf_strerror' 
/usr/bin/ld: /tmp/ccJPJj9E.o: in function `reopen_output': 
sndrnnoise.c:(.text+0x81): undefined reference to `sf_close' 
/usr/bin/ld: /tmp/ccJPJj9E.o: in function `main': 
sndrnnoise.c:(.text.startup+0x97): undefined reference to `sf_open' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x21b): undefined reference to `rnnoise_create' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x24a): undefined reference to `sf_command' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x287): undefined reference to `sf_readf_float' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x370): undefined reference to `rnnoise_process_frame' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x415): undefined reference to `sf_writef_float' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x45b): undefined reference to `rnnoise_destroy' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x47a): undefined reference to `sf_close' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x484): undefined reference to `sf_close' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x55c): undefined reference to `sf_close' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x5e1): undefined reference to `sf_strerror' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x60d): undefined reference to `sf_strerror' 
/usr/bin/ld: sndrnnoise.c:(.text.startup+0x63e): undefined reference to `sf_strerror' 
collect2: error: ld returned 1 exit status 
make: *** [Makefile:12: sndrnnoise] Error 1 

So it looks like this is broken as of right now

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.