Top "Libsndfile" questions

libsndfile is a cross platform C library for reading and writing digital sampled sound.

How to fix an UnsatisfiedLinkError (Can't find dependent libraries) in a JNI project

I'm working on a Java project that uses the JNI. The JNI calls a custom library that I've written myself, …

java windows-xp java-native-interface libsndfile
"error LNK2019: unresolved external symbol" error in Visual Studio 2010

I'm trying to compile and run a C code that is using libsndfile library for sound files processing. I have …

c visual-studio-2010 lnk2019 libsndfile
How do you read/write audio files using the libsndfile C++ wrapper?

libsndfile is a C library for reading and writing WAV files, and it also includes a C++ wrapper, which I'd …

c++ c audio libsndfile
Trying to install libsndfile on Ubuntu 16

I've tried running sudo apt-get install libsndfile > E: Unable to locate package libsndfile So then I try sudo apt-get …

ruby ubuntu libsndfile
Python audiolab install, unable to install (or find) libsndfile on Mac OSX

Trying to install scikits.audiolab-0.11.0 on Mac, bit it requires libsndfile: http://www.mega-nerd.com/libsndfile/. I did install libsndfile …

python audio libsndfile
Package libsndfile-dev has no installation candidate

I am trying to install "libsndfile-dev". I do the following: sudo apt-get install libsndfile-dev As the result I get the …

linux ubuntu installation apt-get libsndfile
WAV-file analysis C (libsndfile, fftw3)

I'm trying to develop a simple C application that can give a value from 0-100 at a certain frequency range …

c fft wav fftw libsndfile