source: gs3-extensions/mars-src/trunk/bin/script/essentia-extractor-file.sh

Last change on this file was 34355, checked in by davidb, 4 years ago

Scripts for processing audio files can extracting audio features for ML

  • Property svn:executable set to *
File size: 175 bytes
Line 
1#!/bin/bash
2
3ifile=$1
4ofile=${ifile%.*}.json
5
6echo "######"
7echo "Running extractor on: $ifile"
8echo "######"
9essentia_streaming_extractor_music $ifile $ofile
10
11echo "######"
12
Note: See TracBrowser for help on using the repository browser.