# -*-Mode:Tcl-*- # BuckeyeCorpus.conf $widget configure -background "#d9d9d9" $widget configure -foreground "Black" $widget configure -troughcolor "#c3c3c3" $widget configure -cursorcolor "red" $widget configure -wavebarheight "25" $widget configure -pixelspersecond "1142.24461705" $widget configure -playmapfilter "1" set pane [$widget addPane -maxheight 2048 -minheight 10] $pane configure -height {180} $pane configure -scrollheight {180} $pane configure -background {SystemButtonFace} if {[wsurf::PluginEnabled analysis]} { $widget analysis::addWaveform $pane } set pane [$widget addPane -maxheight 2048 -minheight 10] $pane configure -unit {Hz} $pane configure -height {180} $pane configure -scrollheight {180} $pane configure -stipple {gray12} $pane configure -layer {top} $pane configure -background {SystemButtonFace} $pane configure -showyaxis {true} if {[wsurf::PluginEnabled analysis]} { $widget analysis::addSpectrogram $pane } set pane [$widget addPane -maxheight 24 -minheight 24] $pane configure -height {22} $pane configure -scrollheight {22} $pane configure -background {white} if {[wsurf::PluginEnabled transcription_format_htk]} { set ::wsurf::transcription_format_htk::${pane}::var(matchComponents) 1 set ::wsurf::transcription_format_htk::${pane}::var(level) 1 set ::wsurf::transcription_format_htk::${pane}::var(mlf) "" set ::wsurf::transcription_format_htk::${pane}::var(hideQuotes) 1 set ::wsurf::transcription_format_htk::${pane}::var(alternative) 1 } if {[wsurf::PluginEnabled transcription]} { $widget trans::addTranscription $pane -extension ".phones" -format "WAVES" -labelmenu { 6 11 INSERT ae el jh s zh MOVE ah en k sh {{B_TRANS}} REPLACE ao em l t {{E_TRANS}} DELETE! aw eng m th . SIL ay er n tq . LAUGH b ey nx uh . NOISE ch f ng uw . VOCNOISE d g ow v . IVER dh hh oy w . UNKNOWN dx ih p y . aa eh iy r z . } } set pane [$widget addPane -maxheight 24 -minheight 24] $pane configure -height {22} $pane configure -scrollheight {22} $pane configure -relief {solid} $pane configure -background {white} if {[wsurf::PluginEnabled transcription_format_htk]} { set ::wsurf::transcription_format_htk::${pane}::var(matchComponents) 1 set ::wsurf::transcription_format_htk::${pane}::var(level) 1 set ::wsurf::transcription_format_htk::${pane}::var(mlf) "" set ::wsurf::transcription_format_htk::${pane}::var(hideQuotes) 1 set ::wsurf::transcription_format_htk::${pane}::var(alternative) 1 } if {[wsurf::PluginEnabled transcription]} { $widget trans::addTranscription $pane -extension ".words" -format "WAVES" -labelmenu { 2 11 INSERT MOVE REPLACE DELETE! {{B_TRANS}} {{E_TRANS}} } } set pane [$widget addPane -maxheight 24 -minheight 24] $pane configure -height {22} $pane configure -scrollheight {22} $pane configure -background {white} if {[wsurf::PluginEnabled transcription_format_htk]} { set ::wsurf::transcription_format_htk::${pane}::var(matchComponents) 1 set ::wsurf::transcription_format_htk::${pane}::var(level) 1 set ::wsurf::transcription_format_htk::${pane}::var(mlf) "" set ::wsurf::transcription_format_htk::${pane}::var(hideQuotes) 1 set ::wsurf::transcription_format_htk::${pane}::var(alternative) 1 } if {[wsurf::PluginEnabled transcription]} { $widget trans::addTranscription $pane -extension ".log" -format "WAVES" -labelmenu { 3 11 INSERT {{E_THIRD_SPKR}} MOVE . REPLACE . DELETE! . . . . . . . {{B_THIRD_SPKR}} . } }