<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://webservices.cls.ru.nl/asr_nl/static/interface.xsl"?>
<clam xmlns:xlink="http://www.w3.org/1999/xlink" version="3.2.8" id="asr_nl" name="Automatic Transcription of Dutch Speech Recordings" user="anonymous" baseurl="https://webservices.cls.ru.nl/asr_nl" interfaceoptions="disableliveinput" authentication="oauth,basic">
    <description>This webservice uses automatic speech recognition to provide the transcriptions of recordings spoken in Dutch. You can upload and process only one file per project. For bulk processing and other questions, please contact Henk van den Heuvel at h.vandenheuvel@let.ru.nl.</description>
    <version>0.6.1</version>
    <author>Emre Yilmaz, Maarten van Gompel</author>
<affiliation>Centre for Language and Speech Technology, Radboud University</affiliation><email>henk.vandenheuvel@ru.nl</email><url>https://github.com/opensource-spraakherkenning-nl/asr_nl</url>    <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" />
            <format id="CTMFormat" name="Conversation Time Marked File" mimetype="text/plain" />
            <format id="XMLFormat" name="XML Format (generic, not further specified)" mimetype="text/xml" />
            <format id="MP3AudioFormat" name="MP3 Audio File" mimetype="audio/mpeg" />
            <format id="OggAudioFormat" name="Ogg Vorbis Audio File" mimetype="audio/vorbis" />
            <format id="MP4AudioFormat" name="MP4 Audio File" mimetype="audio/mpeg" />
            <format id="FlacAudioFormat" name="Flac Audio File" mimetype="audio/flac" />
    </formats>
    <profiles>
            
        <profile>
         <input>
            <InputTemplate id="InputWavFile" format="WaveAudioFormat" label="Wav file" mimetype="audio/vnd.wave" extension="wav" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="Transcription" format="PlainTextFormat" label="Automatic transcription of the input recording" mimetype="text/plain" extension="txt" parent="InputWavFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM)" mimetype="text/plain" extension="ctm" parent="InputWavFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM) and speaker diarisation" mimetype="text/plain" extension="ctm.spk" parent="InputWavFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionXML" format="XMLFormat" label="Automatic transcription of the input recording (full data) (AudioDoc XML)" mimetype="text/xml" extension="xml" parent="InputWavFile" unique="no">
                <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" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="InputMP3File" format="MP3AudioFormat" label="MP3 file" mimetype="audio/mpeg" extension="mp3" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="Transcription" format="PlainTextFormat" label="Automatic transcription of the input recording" mimetype="text/plain" extension="txt" parent="InputMP3File" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM)" mimetype="text/plain" extension="ctm" parent="InputMP3File" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM) and speaker diarisation" mimetype="text/plain" extension="ctm.spk" parent="InputMP3File" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionXML" format="XMLFormat" label="Automatic transcription of the input recording (full data) (AudioDoc XML)" mimetype="text/xml" extension="xml" parent="InputMP3File" unique="no">
                <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" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="InputOggFile" format="OggAudioFormat" label="Ogg file" mimetype="audio/vorbis" extension="ogg" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="Transcription" format="PlainTextFormat" label="Automatic transcription of the input recording" mimetype="text/plain" extension="txt" parent="InputOggFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM)" mimetype="text/plain" extension="ctm" parent="InputOggFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM) and speaker diarisation" mimetype="text/plain" extension="ctm.spk" parent="InputOggFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionXML" format="XMLFormat" label="Automatic transcription of the input recording (full data) (AudioDoc XML)" mimetype="text/xml" extension="xml" parent="InputOggFile" unique="no">
                <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" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="InputMP4File" format="MP4AudioFormat" label="MP4 file" mimetype="audio/mpeg" extension="mp4" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="Transcription" format="PlainTextFormat" label="Automatic transcription of the input recording" mimetype="text/plain" extension="txt" parent="InputMP4File" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM)" mimetype="text/plain" extension="ctm" parent="InputMP4File" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM) and speaker diarisation" mimetype="text/plain" extension="ctm.spk" parent="InputMP4File" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionXML" format="XMLFormat" label="Automatic transcription of the input recording (full data) (AudioDoc XML)" mimetype="text/xml" extension="xml" parent="InputMP4File" unique="no">
                <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" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="InputM4AFile" format="MP4AudioFormat" label="M4A file" mimetype="audio/mpeg" extension="m4a" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="Transcription" format="PlainTextFormat" label="Automatic transcription of the input recording" mimetype="text/plain" extension="txt" parent="InputM4AFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM)" mimetype="text/plain" extension="ctm" parent="InputM4AFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM) and speaker diarisation" mimetype="text/plain" extension="ctm.spk" parent="InputM4AFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionXML" format="XMLFormat" label="Automatic transcription of the input recording (full data) (AudioDoc XML)" mimetype="text/xml" extension="xml" parent="InputM4AFile" unique="no">
                <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" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="InputFlacFile" format="FlacAudioFormat" label="Flac file" mimetype="audio/flac" extension="flac" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="Transcription" format="PlainTextFormat" label="Automatic transcription of the input recording" mimetype="text/plain" extension="txt" parent="InputFlacFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM)" mimetype="text/plain" extension="ctm" parent="InputFlacFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionCTM" format="CTMFormat" label="Automatic transcription of the input recording with timestamps (CTM) and speaker diarisation" mimetype="text/plain" extension="ctm.spk" parent="InputFlacFile" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="TranscriptionXML" format="XMLFormat" label="Automatic transcription of the input recording (full data) (AudioDoc XML)" mimetype="text/xml" extension="xml" parent="InputFlacFile" unique="no">
                <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" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

    </profiles>
    <parameters>
        <parametergroup name="Model selection">
                    <ChoiceParameter id="topic" name="Topic" description="This recording contains"> <choice id="GN">daily conversations</choice> <choice id="OH" selected="1">oral history interviews</choice> <choice id="PR">parliament talks</choice> <choice id="BD">Belgian Dutch</choice></ChoiceParameter>
        </parametergroup>
    </parameters>
    <inputsources>
    </inputsources>
</clam>