top of page
- API -
reaper.AZ_TRSC_ReleaseModel(ctx)
- API Detail-
- 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
Supported versions:
1.4.0
onwards
読み込んでいる文字起こし用モデルを解放

bottom of page


