![]() |
RAPP Platform API
|
WAV Class specialisation for quad channel. More...
#include <audio.hpp>


Public Member Functions | |
| nao_quad_channel_wav (const std::string filepath) | |
| nao_quad_channel_wav (std::ifstream &bytestream) | |
| std::string | audio_source () const |
| std::string | extension () const |
Public Member Functions inherited from rapp::object::audio | |
| audio (const std::string filepath) | |
| Construct from a file on disk. More... | |
| audio (std::ifstream &bytestream) | |
| Construct using an open file stream. More... | |
| audio (std::vector< rapp::types::byte > bytearray) | |
| construct using an existing byte-array More... | |
| audio (const audio &)=default | |
| Copy constructor. More... | |
| std::vector< rapp::types::byte > | bytearray () const |
| Get audio as array of bytes. More... | |
| audio & | operator= (const audio &)=default |
| Assignment operator. More... | |
| bool | operator== (const audio &rhs) const |
| Are audios same ? More... | |
| bool | save (const std::string filepath) |
| Save audio to filepath. More... | |
| rapp::object::nao_quad_channel_wav::nao_quad_channel_wav | ( | const std::string | filepath | ) |
| rapp::object::nao_quad_channel_wav::nao_quad_channel_wav | ( | std::ifstream & | bytestream | ) |
|
virtual |
Reimplemented from rapp::object::audio.
|
virtual |
Reimplemented from rapp::object::audio.