J'ai apporté une modification à Transcriber pour qu'il puisse prendre en compte un nombre non limité de locuteurs simultanés dans un tour. Cette version n'a pas été testée complétement. Merci d'en tenir compte.
Ces logiciels sont fournis avec les sources.
[Mis à jour le 18 décembre 2008]
I made a patch on Transcriber to enable a non limited number of simultaneous utterances to be transcribed in overlapping turns. This version hasn't been fully tested yet. Please, do!
Sources are included in those distributions.
[Last update: Dec, 18th 2008]
% tar zxf Transcriber-1.5.2.tgz % cd transcriber1.5/src % ./configure --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4 % make % sudo make install % trans
By default, this will install Transcriber in /usr/local.
You can override this default by telling configure where to install it :
% ./configure --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4 --prefix=/my/preferred/location