equal
deleted
inserted
replaced
68 cout << "BITRATE:" << properties->bitrate() << endl; |
68 cout << "BITRATE:" << properties->bitrate() << endl; |
69 cout << "SAMPLERATE:" << properties->sampleRate() << endl; |
69 cout << "SAMPLERATE:" << properties->sampleRate() << endl; |
70 cout << "CHANNELS:" << properties->channels() << endl; |
70 cout << "CHANNELS:" << properties->channels() << endl; |
71 cout << "LENGTH:" << minutes << ":" << formatSeconds(seconds) << endl; |
71 cout << "LENGTH:" << minutes << ":" << formatSeconds(seconds) << endl; |
72 } |
72 } |
|
73 cout << "EXTRACTOR: taglib" << endl; |
73 cout << endl; |
74 cout << endl; |
74 } |
75 } |
75 return 0; |
76 return 0; |
76 } |
77 } |