How to get musicbrainz track information from audio file
        Posted  
        
            by 
                Baki
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Baki
        
        
        
        Published on 2011-01-02T10:35:19Z
        Indexed on 
            2011/01/02
            13:53 UTC
        
        
        Read the original article
        Hit count: 380
        
Can anyone tell me how to get track information from the MusicBrainz database from an audio file (mp3, wav, wma, ogg, etc...) using audio fingerprinting. I'm using MusicBrainz Sharp library, but any other library is ok.
I've seen that you must use the libofa library, that you can't use MusicBrainz Sharp to get puid from the audio file, but I can't figure out how to use libofa with C#.
Please show some examples and code snippets to help me, because I can't find them anywhere.
Thanks in advance!
© Stack Overflow or respective owner