diff --git a/README.md b/README.md
index 1538fbf..532047f 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,19 @@ Below is table about iOS Audio playback formats and codecs
- AVFoundation is an Objective-C/Swift framework
- AVAudioEngine is part of AVFoundation
-
\ No newline at end of file
+
+
+
+## How to test sample project
+
+Each sample projects don’t contain test video files due to file's copyright
+
+Proceed as follows steps
+
+1. Add your audio files into each sample projects
+
+2. change some codes for video file name and extension into ViewController.swift
+ 1. ex) audioFileURL = Bundle.main.url(forResource: "SimpsonMovie", withExtension: "mp4")
+
+3. Run and Play
+