whisper.cpp/examples/whisper.objc/whisper.objc
Syahmi Azhar 1512545149
whisper : add loader class to allow loading from buffer and others (#353)
* whisper : add loader to allow loading from other than file

* whisper : rename whisper_init to whisper_init_from_file

* whisper : add whisper_init_from_buffer

* android : Delete local.properties

* android : load models directly from assets

* whisper : adding <stddef.h> needed for size_t + code style

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-01-08 13:03:33 +02:00
..
Assets.xcassets ios : whisper.objc example 2022-10-24 18:23:07 +03:00
Base.lproj whisper.objc : add real-time processing (#97) 2022-11-26 18:32:46 +02:00
AppDelegate.h ios : whisper.objc example 2022-10-24 18:23:07 +03:00
AppDelegate.m ios : whisper.objc example 2022-10-24 18:23:07 +03:00
Info.plist ios : whisper.objc example 2022-10-24 18:23:07 +03:00
SceneDelegate.h ios : whisper.objc example 2022-10-24 18:23:07 +03:00
SceneDelegate.m ios : whisper.objc example 2022-10-24 18:23:07 +03:00
ViewController.h whisper.objc : add real-time processing (#97) 2022-11-26 18:32:46 +02:00
ViewController.m whisper : add loader class to allow loading from buffer and others (#353) 2023-01-08 13:03:33 +02:00
main.m ios : whisper.objc example 2022-10-24 18:23:07 +03:00