source: gs2-extensions/music-ir-src/trunk/bin/script/pessentia@ 33105

Last change on this file since 33105 was 33105, checked in by davidb, 5 years ago

Some initial work in support Essentia computed audio features using Python bindings

  • Property svn:executable set to *
File size: 223 bytes
Line 
1#!/bin/bash
2
3if [ -z "$GEXT_MUSICIR" ] ; then
4 echo "Environment variable GEXT_MUSICIR is not set."
5 echo "Have you sourced setup.bash?"
6 exit -1
7fi
8
9( cd "$GEXT_MUSICIR/lib/python" && \
10 python3 ./pessentia.py $* )
11
12
13
Note: See TracBrowser for help on using the repository browser.