Modify

Opened 18 years ago

Closed 18 years ago

#38 closed Bug (Duplicate)

_SoundLength

Reported by: Bert Owned by:
Milestone: Component: AutoIt
Version: 3.2.10.0 Severity:
Keywords: Cc:

Description

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

Attachments (0)

Change History (2)

comment:1 by anonymous, 18 years ago

Ah geeze. Just noticed the topic on the forums. Dammit! Sorry guys!

comment:2 by Jos, 18 years ago

Resolution: duplicate
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.