Bob’s Audio I/O Routines¶
This module provides two Audio I/O components:
- A plugin for
bob.io.base
that allows Bob to read and write audios using its native API (bob.io.base.load()
andbob.io.base.save()
). - A special interface for reading and writing audio files with an enhanced set of options. This includes the possibility to define the recording rate, and/or the encoding to be used for example.