Skip to content

Commit

Permalink
Fixes and more info in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Aug 25, 2018
1 parent e88cab4 commit ecb723d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -45,7 +45,9 @@ $ gem install ffi-openmpt

### Usage

The library wraps the C `libopenmpt` directly: all methods have the same name and signature as their C counterparts. A more friendly ruby-like interface is in development, which will hide the FFI details as much as possible.
The library wraps the C `libopenmpt` API directly: methods have the same name and signature as their C counterparts. A more friendly ruby-like interface is in development, which will hide the FFI details as much as possible.

Not all `libopenmpt` methods are wrapped yet, but enough functionality is supplied to load a module, interogate it and render it to a PCM stream.

#### A note on strings returned by `libopenmpt`

Expand Down

0 comments on commit ecb723d

Please sign in to comment.