瀏覽代碼

replace play by mplayer when testing a recored sample

nico 8 年之前
父節點
當前提交
3809b79bdf
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      Docs/installation/debian_jessie.md
  2. 3 3
      Docs/installation/raspbian_jessie.md
  3. 1 1
      Docs/installation/ubuntu_16.04.md

+ 1 - 1
Docs/installation/debian_jessie.md

@@ -48,7 +48,7 @@ Press CTRL-C after capturing a sample of your voice.
 
 Then play the recorded audio file
 ```
-play test.wav
+mplayer test.wav
 ```
 
 If everything is ok, you can start playing with Kalliope. First, take a look to the [default settings](settings.md).

+ 3 - 3
Docs/installation/raspbian_jessie.md

@@ -121,13 +121,13 @@ Restart alsa to apply changes
 sudo /etc/init.d/alsa-utils restart
 ```
 
-Do not forget to test recording your voice:
-
-Capture audio from your microphone
+To ensure that you can record your voice, run the following command to capture audio input from your microphone
 ```
 rec test.wav
 ```
 
+Press CTRL-C after capturing a sample of your voice.
+
 Then play the recorded audio file
 ```
 mplayer test.wav

+ 1 - 1
Docs/installation/ubuntu_16.04.md

@@ -42,7 +42,7 @@ Press CTRL-C after capturing a sample of your voice.
 
 Then play the recorded audio file
 ```
-play test.wav
+mplayer test.wav
 ```
 
 If everything is ok, you can start playing with Kalliope. First, take a look to the [default settings](settings.md).