diff modules-and-plug-ins/python-module/example.py @ 94:2716b8d1b8ad

Updated vamp plug-in
author Adam Stark <adamstark.uk@gmail.com>
date Sat, 18 Jun 2016 10:47:38 +0100
parents ae3ec9b14092
children edb071c0cd1f
line wrap: on
line diff
--- a/modules-and-plug-ins/python-module/example.py	Sat Jun 18 09:24:13 2016 +0100
+++ b/modules-and-plug-ins/python-module/example.py	Sat Jun 18 10:47:38 2016 +0100
@@ -5,7 +5,7 @@
 import btrack
 
 # set the path to an audio file on your machine
-audioFilePath = "/Users/adamstark/Documents/Audio/Databases/Hainsworth/audio/001.wav"
+audioFilePath = "/path/to/your/audioFile.wav"
 
 # read the audio file
 audioData, fs, enc = wavread(audioFilePath)     # extract audio from file