Skip to content

Commit

Permalink
copying audio files
Browse files Browse the repository at this point in the history
  • Loading branch information
janvda authored and janvda committed Sep 23, 2019
1 parent 4ef5c26 commit 88c697b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pulseaudio-client-test/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN apt-get update && apt-get install -y \

RUN mkdir -p /data; cd /data; wget https://www.kozco.com/tech/LRMonoPhase4.wav

RUN mkdir -p /data/test_id_2
COPY test_id_2_audio_files/* /data/test_id_2/

COPY smb_data_share.conf /tmp/
RUN cat /tmp/smb_data_share.conf >> /etc/samba/smb.conf

Expand Down
1 change: 1 addition & 0 deletions pulseaudio-client-test/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ case $test_id in
;;
2) echo "Starting test 2: "
echo "- Starting recording audio within 5 sec !"
paplay
sleep 5
echo "- Recording for $recording_time seconds started ... (SAY SOMETHING) "
parecord --channels=1 record_session1.wav &
Expand Down

0 comments on commit 88c697b

Please sign in to comment.