You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using macos-14 agent for running automated tests which involves playing audio (.wav file).
The duration of audio file is 2 seconds, but audio file is played on agent takes approx. 6 to 8 mins.
sanket492
changed the title
Playing audio file on agent takes very long time than expected
Playing audio file on macos-14 agent takes very long time than expected
Dec 30, 2024
Description
I am using macos-14 agent for running automated tests which involves playing audio (.wav file).
The duration of audio file is 2 seconds, but audio file is played on agent takes approx. 6 to 8 mins.
I have tried 2 approaches to play the audio. (Audio file link: https://github.com/sanket492/TestAudio/blob/main/PatientComplainsOfHeadache.wav)
Approach 1: Using Java classes:
Approach 2: Using command line utility afplay to play audio file with Java
Approach 3: Directly using pipeline task or script to run file
afplay pathToAudioFile
Platforms affected
Runner images affected
Image version and build link
Version: 20241216.504
Included Software: https://github.com/actions/runner-images/blob/macos-14/20241216.504/images/macos/macos-14-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-14%2F20241216.504
Is it regression?
No
Expected behavior
Playing audio file should be completed within time, as per the audio duration of file.
Actual behavior
Playing audio file on agent takes very long time than expected.
e.g Playing a audio file of duration 2 seconds takes 6-8 minutes on macos-14 agent
Repro steps
Note:
I have provided java code snippets and ADO task/script that I have used in description field above.
(Audio file link: https://github.com/sanket492/TestAudio/blob/main/PatientComplainsOfHeadache.wav)
The text was updated successfully, but these errors were encountered: