Jump to content

Search the Community

Showing results for tags '_soundplay'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Dear developers are faced with the problem of who is trying to resolve already probably a few weeks. I decided to address you as a specialist. The challenge is to program to lose two parts audio record split in half. As much as I tried to do it and whatever function is not used, there is always a delay and audible pause at the beginning of the launch of the second part. Note also that the weaker processor and the larger the file size, the more pause. How can I play the two parts together so that there is no audible pause and transition? It is necessary to implement it. #include <Sound.au3> Dim $SFile1 = _SoundOpen("1-1.mp3") Dim $SFile2 = _SoundOpen("1-2.mp3") _SoundPlay($SFile1,1) _SoundPlay($SFile2,1) Please help me solve it. Thank you! 1.mp3 1-1.mp3 1-2.mp3
×
×
  • Create New...