Giter VIP home page Giter VIP logo

libsndfile-java's Introduction

libsndfile-java

Automatically exported from code.google.com/p/libsndfile-java

What is libsndfile?

libsndfile is an audio manipulation tool written in C.

What is the purpose of this project?

If you don't want to use the java.sound API (which is limited) or other java tools for audio conversions, you now have the option of using libsndfile as a native java library.

I didn't want to reinvent the wheel.

How was libsndfile wrapped?

Using SWIG, I generated a java wrapper for libsndfile. The wrapper configuration exists in swig/libsndfile.i .

This project includes everything required to regenerate the wrapper for Windows 7, 64bit JDK1.7 (see swig/README.txt for prereqs). However, it can serve as a basis for generating for any operating system (see swig/generate_dlls.sh)

A Java DLL Wrapper?

Concerned about performance of a java wrapper for a native DLL? Don't be. There are some example videos online (swig related?) that show java DLL wrappers to be extremely efficient.

Examples

I added a few simple junit tests to verify functionality, that can also be used as a basis for development.

Project Structure

This is a maven project.

How do I install it?

If you are running a supported platform (currently, windows 7), download the most recent release ZIP and run 'install_dlls.sh' in cygwin.

Done!

My platform isn't supported

This project can be extended to work on any platform, including OSX.

It simply involves writing a new set of generate.sh and install.sh scripts. I'm hoping to extend to OSX in the near future..

What else?

Enjoy.

libsndfile-java's People

Contributors

mattmacgillivray avatar

libsndfile-java's Issues

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.