Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.03 KB

README.md

File metadata and controls

50 lines (36 loc) · 2.03 KB

Latest Stable Version Latest Unstable Version Total Downloads License MIT

Bass Mix Headers

This is a C headers of the Bass Mix Audio Extension adopted for PHP.

Requirements

  • PHP >= 8.1

Installation

Library is available as composer repository and can be installed using the following command in a root of your project.

$ composer require ffi-headers/bass-mix-headers

Usage

use FFI\Headers\BassMix;

$headers = BassMix::create(
    BassMix\Version::V2_4,
);

echo $headers;

Please note that the use of header files is not the latest version:

  • Takes time to download and install (This will be done in the background > during initialization).
  • May not be compatible with the PHP headers library.