Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.26 KB

audaspace-related-specs.md

File metadata and controls

42 lines (28 loc) · 1.26 KB

<< Back to main page Blender Audio Research - uriel Deveaud @2022


Audaspace Related Specifications

Main Structure

TODO

The following (probably incomplete) features are supported by audaspace: (TODO replace)

  • input/output devices: input from microphones, line in, etc., output devices including 3D audio support
  • file reading/writing
  • filters like low-/highpass and effects like delay, reverse or fading
  • generators for simple waveforms like silence, sine and triangle
  • channel count - channel remapping
  • sample format - the library internally uses 32 bit floats
  • sample rate - resampling
  • simple (superposition, joining and ping-pong aka forward-reverse) and more complex (non-linear audio editing) sequencing of sounds

Modules included

  • Devices Input and output from hardware devices
  • Files Input and output from files
  • Effects Effect classes
  • Generators Signal generator classes
  • Plugins Plugins and plugin management
  • Respecification Rechanneling, resampling and reformatting
  • Sequencing Simple and complex sequencing
  • Utilities (such as Buffer)

Classes included

ALL Classes

TO BE CONTINUED...