I've tested with the same song that is mentioned in my post and now it's showing the real time, both $insong and $sound

echo -a $sound("C:\Users\User\Music\2pac ft. Outlawz - Scars.mp3").length returns 285649

and i put it to play through /splay:

echo -a $insong.lenght returns 285648

So, the difference is in 1, that is not so important, but both identifiers return true values.

I'll test further with other audio files and i'll post if i find any difference.

P.S. I want to mention that the song above is VBR file that is showing in another audio players and in Adobe Audition CC also, but when i issue in mIRC:

echo -a $sound("C:\Users\User\Music\2pac ft. Outlawz - Scars.mp3").vbr returns $false

Other data like bitrate, sample etc. return correct values.

Last edited by klez; 27/03/17 06:10 AM.