top of page
- API -

reaper.AZ_TRSC_ReleaseModel(ctx)

- API Detail-

▼Input values

  • ctx(TRSCContext): transcription context



For details on the transcription feature,hereplease refer to

- 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

Release the loaded transcription model

bottom of page