Brute force testing audio hardware shell script

Source: Internet
Author: User

The following Linux Shell script is used to complete audio accessories for brute force testing. If you have better scripts, please provide them.

-----------------------------------------------------------------------

#! /Bin/sh

While true

Do

Aplay/root/test.wav &

Sleep 8 # sleep sometime <audio time length

Id = 'ps | grep aplay | awk '{print $1}' | head-N 1' # Get the process ID

Echo $ ID # print the process ID

Kill-9 $ ID # Kill the aplay Process
Sleep 20 # sleep 20 seconds
SH/root/play. Sh # re-start this scripts

Done

-----------------------------------------------------------------------

Note: Why is head used here, because PS | grep aplay will print the following information under buildroot:

-----------------------------------------------------------------------

# Ps | grep aplay
920 root aplay test.wav
922 root grep aplay

-----------------------------------------------------------------------

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.