Changeset 36211


Ignore:
Timestamp:
2022-05-24T17:40:40+12:00 (2 years ago)
Author:
davidb
Message:

Progress towards having a StructuredAudioPlugin that uses pyannote.audio to process audio files

Location:
gs3-extensions/structured-audio/trunk
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/structured-audio/trunk/setup.bash

    r36131 r36211  
    4848  extdir=${GEXT_STRUCTURED_AUDIO##*/}
    4949
    50   if [ "x$GSDL3EXTS" = "x" ] ; then
    51     export GSDL3EXTS=$extdir
     50  if [ "x$GSDLEXTS" = "x" ] ; then
     51    export GSDLEXTS=$extdir
    5252  else
    53     export GSDL3EXTS=$GSDL3EXTS:$extdir
     53    export GSDLEXTS=$GSDLEXTS:$extdir
    5454  fi
    5555
Note: See TracChangeset for help on using the changeset viewer.