Home | History | Annotate | Download | only in media

Lines Matching refs:recording

61 // 4. In pavucontrol, go to the recording tab.
66 // Verify the recording with aplay (should have recorded what you played
74 // 2. In the recording tab, right-click in an empty space in the pane with the
79 // checkbox. Ensure the mix device is the default recording device.
84 // the recording.
131 // Starts the recording program for the specified duration. Returns true
136 << "Tried to record, but is already recording.";
187 // Joins the recording program. Returns true on success.
394 base::FilePath recording = CreateTemporaryWaveFile();
400 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, true));
405 VLOG(0) << "Done recording to " << recording.value() << std::endl;
411 ASSERT_TRUE(RemoveSilence(recording, trimmed_recording));
424 EXPECT_TRUE(base::DeleteFile(recording, false));