top of page
AZSTOKE_white

Transcription function

  • RIGDOCKS-SILVER-1.4.0 and later versions include three ggml models provided by OpenA

    モデル名
    文字起こし精度
    処理速度
    ggml-tiny.bin
    ggml-small.bin
    ggml-medium.bin

    The included models are displayed under "Expansion" > "RIGDOCKS" > "SILVER" > "Transcription".

    The checked model will be used by default for transcription.

    TRSC_modelinfo_1.jpg

    You can change the default by selecting a different model.

    TRSC_modelinfo_2.jpg

    Default settings are saved even when you close Reaper.

  • RIGDOCKS-SILVER-1.4.0 and later versions include three ggml models provided by OpenAI社​.

    The model that is checked will be used by default for transcription.

    The model that is checked will be used by default for transcription.

    TRSC_modelinfo_1.jpg

    The included models will appear under “Extensions” > “RIGDOCKS” > ‘SILVER’ > “Transcription”

    TRSC_modelDL_2.jpg

    The model that is checked will be used by default for transcription.

    TRSC_modelDL_3.jpg

    The included models will appear under “Extensions” > “RIGDOCKS” > ‘SILVER’ > “Transcription”

    TRSC_modelinfo_1.jpg

    The included models will appear under “Extensions” > “RIGDOCKS” > ‘SILVER’ > “Transcription”

    TRSC_modelinfo_1.jpg
  • RIGDOCKS-SILVER-1.4.0 and later versions include three ggml models provided by OpenAI社​.

    The model that is checked will be used by default for transcription.

    TRSC_modelinfo_1.jpg

    The included models will appear under “Extensions” > “RIGDOCKS” > ‘SILVER’ > “Transcription”

    You can change the default by selecting a different model

    The default settings are saved even after you close Reaper.

    TRSC_modelinfo_1.jpg

    The included models will appear under “Extensions” > “RIGDOCKS” > ‘SILVER’ > “Transcription”

    The default settings are saved even after you close Reaper.

    TRSC_modelinfo_2.jpg

    The included models will appear under “Extensions” > “RIGDOCKS” > ‘SILVER’ > “Transcription”

    The default settings are saved even after you close Reaper.

    TRSC_modelinfo_1.jpg
  • Executing the RIGDOCKS API with ReaScript

    *Please check APIDOCK for detailed specifications of each API.

    1: Load the inference model using AZ_TRSC_LoadModel.

    a: When using the default model settings

    Do not enter any arguments.

    TRSC_1_a.jpg

    b: When using models in the model folder

    Specify only the file name using the argument `modelPath`.

    TRSC_1_b.jpg

    c: When using a model outside the model folder

    Specify the file path using the argument `modelPath`.

    TRSC_1_c.jpg

    2: Perform transcription

    a: When transcribing the target media by dividing it into contexts.

    Use the AZ_TRSC_Segments...... API.

    TRSC_2_b.jpg

    b: When transcribing without dividing the target media.

    Use the AZ_TRSC_Full...... API.

    TRSC_2_a.jpg

    3: Unload the inference model using AZ_TRSC_ReleaseModel.

    TRSC_3.jpg
bottom of page