* Export wave data to file, returns true on success. */
| 139 | * Export wave data to file, returns true on success. |
| 140 | */ |
| 141 | bool Export(const std::string& fileName) { return ::ExportWave(*this, fileName.c_str()); } |
| 142 | |
| 143 | /** |
| 144 | * Export wave sample data to code (.h), returns true on success. |