﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
38	_SoundLength	Bert		"Ok.  This is my script:


{{{
#include <Sound.au3>
$SND = _SoundOpen(FileOpenDialog ("""", """", ""MP3 Audio Files (*.*)""))
$LEN = _SoundLength ($SND, 2)
ClipPut ($LEN)
}}}


I need to get the length of a MP3 file in milliseconds.  And now, for some reason, this returns nothing for me?  But, change the 2 in _SoundLength to 1 and it works?

Win XP SP2, AutoIt V3.2.10.0

Thanks,

Brett"	Bug	closed		AutoIt	3.2.10.0		Duplicate		
