top of page
- API -

reaper.AZ_TRSC_ReleaseModel(ctx)

- API Detail -

▼入力値

  • ctx(TRSCContext) : 文字起こし用コンテキスト



文字起こし機能の詳細はこちらをご確認ください

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_BRONZE")  

require("reaper_AZSTOKE_SILVER")   


item = reaper.AZ_GetMediaItemSelect(0, 2, 0)


ctx = reaper.AZ_TRSC_LoadModel()


text = reaper.AZ_TRSC_FullForMediaItem(ctx, item, "ja")


Msg(text)


reaper.AZ_TRSC_ReleaseModel(ctx)


TRANSCRIPTION

AZ_TRSC_ReleaseModel

対応バージョン:

1.4.0

以降

読み込んでいる文字起こし用モデルを解放

bottom of page