* Export wave sample data to code (.h), returns true on success. */
| 144 | * Export wave sample data to code (.h), returns true on success. |
| 145 | */ |
| 146 | bool ExportAsCode(const std::string& fileName) { return ::ExportWaveAsCode(*this, fileName.c_str()); } |
| 147 | |
| 148 | /** |
| 149 | * Load sound from wave data. |