Skip to content

Commit 522f0ad

Browse files
committed
example: configure FVP_Audio/FVP_Video to use files for input/output
1 parent 2a32efb commit 522f0ad

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

example/FVP_Audio/board/Corstone-300/RTE/CMSIS_Driver/SSE-300-MPS3/vstream_audio_in_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// <i> Defines the name of the audio file to be used for streaming.
5555
// <i> Default: "" (use streaming device instead of file)
5656
#ifndef AUDIO_IN_FILENAME
57-
#define AUDIO_IN_FILENAME ""
57+
#define AUDIO_IN_FILENAME "./sample/audio_in.wav"
5858
#endif
5959

6060
#endif

example/FVP_Audio/board/Corstone-300/RTE/CMSIS_Driver/SSE-300-MPS3/vstream_audio_out_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// <i> Defines the name of the audio file to be used for streaming.
5555
// <i> Default: "" (use streaming device instead of file)
5656
#ifndef AUDIO_OUT_FILENAME
57-
#define AUDIO_OUT_FILENAME ""
57+
#define AUDIO_OUT_FILENAME "./sample/audio_out.wav"
5858
#endif
5959

6060
#endif
116 KB
Binary file not shown.

example/FVP_Video/board/Corstone-300/RTE/CMSIS_Driver/SSE-300-MPS3/vstream_video_in_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
// <i> Defines the name of the video file to be used for streaming.
6565
// <i> Default: "" (use streaming device instead of file)
6666
#ifndef VIDEO_IN_FILENAME
67-
#define VIDEO_IN_FILENAME ""
67+
#define VIDEO_IN_FILENAME "./sample/video_in.mp4"
6868
#endif
6969

7070
#endif

example/FVP_Video/board/Corstone-300/RTE/CMSIS_Driver/SSE-300-MPS3/vstream_video_out_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
// <i> Defines the name of the video file to be used for streaming.
5858
// <i> Default: "" (use streaming device instead of file)
5959
#ifndef VIDEO_OUT_FILENAME
60-
#define VIDEO_OUT_FILENAME ""
60+
#define VIDEO_OUT_FILENAME "./sample/video_out.mp4"
6161
#endif
6262

6363
#endif
482 KB
Binary file not shown.

0 commit comments

Comments
 (0)