Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 619 Bytes

File metadata and controls

22 lines (13 loc) · 619 Bytes

module-sndfile

A channel driver module for Yate to read and write audio files using libsndfile.

How to compile

Use the Makefile provided. Proper build system support is still a TODO

The output module will be called sndfile.yate.

How to use

Usage is very similar to the Wavefile module included in the standard Yate distribution, only better because it actually supports, among others, WAV files.

module-sndfile uses the prefix of 'snd/' for its channels and message addresses.

Todo

More to come.