From 4fa8eaaee151e92e25db53d7a57668cfaa229eb8 Mon Sep 17 00:00:00 2001
From: ch1u20 <ch1u20@soton.ac.uk>
Date: Fri, 12 Feb 2021 12:14:28 +0000
Subject: [PATCH] Another Commit to Branch

---
 .idea/.gitignore | 9 +++++++++
 main.py          | 8 +++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 .idea/.gitignore

diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..ed93f0e
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,9 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+/CharlesTestRepo.iml
+/misc.xml
+/modules.xml
+/inspectionProfiles/profiles_settings.xml
+/inspectionProfiles/Project_Default.xml
+/vcs.xml
diff --git a/main.py b/main.py
index a5d5671..c19ad97 100644
--- a/main.py
+++ b/main.py
@@ -1,3 +1,9 @@
+import ImportSoundData
 
 if __name__ == '__main__':
-    #stuff happens here
\ No newline at end of file
+    #stuff happens here
+
+    ImportSoundData.Load_And_Print('../../Datasets/ESC-50-master/audio/4-175855-A-43.wav')
+    ImportSoundData.Load_And_Print('../../Datasets/ESC-50-master/audio/5-263491-A-25.wav')
+
+    print("Hello World")
\ No newline at end of file
-- 
GitLab