<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://webservices.cls.ru.nl/forcedalignment2/static/interface.xsl"?>
<clam xmlns:xlink="http://www.w3.org/1999/xlink" version="3.2.6" id="forcedalignment2" name="ForcedAlignment2" user="anonymous" baseurl="https://webservices.cls.ru.nl/forcedalignment2" interfaceoptions="" authentication="oauth,basic">
    <description>Forced Alignment of text and audio files</description>
    <version>0.3.1</version>
    <author>Louis ten Bosch</author>
<email>l.tenbosch@let.ru.nl</email>    <customhtml>
    <![CDATA[
    <p class="alert alert info"><strong>Data processing notice:</strong> All data you upload to this service and data obtained using this service will remain yours and is accessible only by you and our technical staff. Your data will not be shared with third parties and not be used for any purpose other than this service's operation. You can remove your projects at any time and are encouraged to do so, which will remove your data from our servers permanently. We can not guarantee any long-term storage of your data so you are recommended to download the results and store it yourself immediately; projects on the server will be automatically deleted after 30 days. Despite our security precautions, we do discourage use of this service for highly confidential material as there is no encryption on the storage. Last, we also collect some statistics on the frequency of use of this service, when shared this will always be anonymised.</p>
    ]]>
    </customhtml>
    <formats>
            <format id="WaveAudioFormat" name="Wave Audio File" mimetype="audio/vnd.wave" />
            <format id="PlainTextFormat" name="Plain Text Format" mimetype="text/plain" />
    </formats>
    <profiles>
            
        <profile>
         <input>
            <InputTemplate id="InputWavFile" format="WaveAudioFormat" label="Speech file in .wav format" mimetype="audio/vnd.wave" extension="wav" optional="no" unique="yes" acceptarchive="no">
            </InputTemplate>
            <InputTemplate id="LexAddOn" format="PlainTextFormat" label="Optional user dictionary .dict (will overrule bg lexicon)" mimetype="text/plain" extension="dict" optional="yes" unique="yes" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
            <InputTemplate id="TranscriptionFile" format="PlainTextFormat" label="Transcription .txt (utf8)" mimetype="text/plain" extension="txt" optional="no" unique="yes" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="FAout" format="PlainTextFormat" label="FAout" mimetype="text/plain" extension="aliphw2" parent="InputWavFile" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" parent="InputWavFile" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

    </profiles>
    <parameters>
        <parametergroup name="Parameters">
                    <ChoiceParameter id="language" name="language" description="language"> <choice id="nl" selected="1">nl</choice></ChoiceParameter>
        </parametergroup>
    </parameters>
    <inputsources>
    </inputsources>
</clam>