|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Compression utilities. More...
Functions | |
| QByteArray | compress_to_base64_str (const QByteArray &src) |
| Compresses a NULL-terminated string. | |
| CStringRAII | decompress_string_from_base64 (const QByteArray &b64) |
| Decompresses a NULL-terminated string. | |
Compression utilities.
| QByteArray zrythm::utils::compression::compress_to_base64_str | ( | const QByteArray & | src | ) |
Compresses a NULL-terminated string.
| ZrythmException | on error. |
| CStringRAII zrythm::utils::compression::decompress_string_from_base64 | ( | const QByteArray & | b64 | ) |
Decompresses a NULL-terminated string.
| ZrythmException | on error. |