audiopus_sys 0.2.2

FFI-Binding to Opus, dynamically or statically linked for Windows and UNIX.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
opus_headers = [
  'opus.h',
  'opus_multistream.h',
  'opus_projection.h',
  'opus_types.h',
  'opus_defines.h',
]

if opt_custom_modes
  opus_headers += ['opus_custom.h']
endif

install_headers(opus_headers, subdir: 'opus')