~roadmr/ubuntu/precise/checkbox/0.13.5

« back to all changes in this revision

Viewing changes to build/share/checkbox/jobs/audio.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-12-15 13:05:20 UTC
  • Revision ID: james.westby@ubuntu.com-20101215130520-2h8velbip6ioancs
Tags: 0.10.3ubuntu1
Hack to work around internals of ConfigParser in python2.7. LP: #689140.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: list_audio_devices
 
3
requires:
 
4
 device.category == 'AUDIO'
 
5
 package.name == 'alsa-base'
 
6
command: cat /proc/asound/cards
 
7
description:
 
8
 Detecting your sound device(s):
 
9
 .
 
10
 $output
 
11
 .
 
12
 Is this correct?
 
13
 
 
14
plugin: manual
 
15
name: playback_auto
 
16
depends: list_audio_devices
 
17
requires:
 
18
 device.category == 'AUDIO'
 
19
 package.name == 'alsa-base' and package.name == 'python-gst0.10'
 
20
command: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink'
 
21
description:
 
22
 Click the Test button to play a sound on the automatically detected playback device.
 
23
 .
 
24
 Do you hear a sound and was that sound free of any distortion, clicks or other strange noises?
 
25
 
 
26
plugin: manual
 
27
name: playback_headphones
 
28
depends: list_audio_devices
 
29
requires:
 
30
 device.category == 'AUDIO'
 
31
 package.name == 'alsa-base' and package.name == 'python-gst0.10'
 
32
command: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink'
 
33
description:
 
34
 Please connect a pair of headphones to your audio device.
 
35
 .
 
36
 Click the Test button to play a sound on the automatically detected playback device.
 
37
 .
 
38
 Do you hear a sound through the headphones and did the sound play without any distortion, clicks or other strange noises from your headphones?
 
39
 
 
40
plugin: manual
 
41
name: alsa_record_playback_internal
 
42
depends: playback_auto
 
43
requires:
 
44
 device.category == 'AUDIO'
 
45
 package.name == 'alsa-base'
 
46
command: alsa_record_playback
 
47
description:
 
48
 Disconnect any external microphones that you have plugged in.  Click the Test button, then speak into your internal microphone.  After a few seconds, your speech will be played back to you.
 
49
 .
 
50
 Did you hear your speech played back?
 
51
 
 
52
plugin: manual
 
53
name: alsa_record_playback_external
 
54
depends: playback_headphones
 
55
requires:
 
56
 device.category == 'AUDIO'
 
57
 package.name == 'alsa-base'
 
58
command: alsa_record_playback
 
59
description:
 
60
 Connect a microphone to your microphone port.  Click the Test button, then speak into the microphone.  After a few seconds, your speech will be played back to you.
 
61
 .
 
62
 Did you hear your speech played back?