musix 0.3.5

Music player library for esoteric audio formats (music from C64,Amiga etc)
Documentation
1
2
3
4
5
6
7
8
9
#ifndef SONG_FILE_IDENTIFIER_H
#define SONG_FILE_IDENTIFIER_H

#include "songinfo.h"
#include <string>

bool identify_song(SongInfo& info, std::string ext = "");

#endif // SONG_FILE_IDENTIFIER_H