Modify ↓
Opened 17 years ago
Closed 17 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 Changed 17 years ago by anonymous
comment:2 Changed 17 years ago by JdeB
- Resolution set to duplicate
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Ah geeze. Just noticed the topic on the forums. Dammit! Sorry guys!