SYNOPSIS
#include <roaraudio.h>
int roar_str2codec (char * codec);
char * roar_codec2str (int codec);
DESCRIPTION
roar_str2codec converts a string to a RoarAudio Codec ID. It also supports some common aliases. roar_codec2str is the reverse operation of roar_str2codec: It get's a name by the ID given. If a codec is valid the following should be true:roar_str2codec(roar_codec2str(codec)) == codec
Note that because of aliasing and case insensitivity the revers operation needs not to be true.
