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 , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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