Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
compression.h File Reference

Compression utilities. More...

#include "utils/types.h"
#include <glib.h>
Include dependency graph for compression.h:

Go to the source code of this file.

Functions

char * compression_compress_to_base64_str (const char *src, GError **error)
 Compresses a NULL-terminated string.
 
char * compression_decompress_from_base64_str (const char *b64, GError **error)
 Decompresses a NULL-terminated string.
 

Detailed Description

Compression utilities.

Definition in file compression.h.