NAME
Langertha::Engine::Whisper - Whisper compatible transcription server
VERSION
version 0.100
SYNOPSIS
use Langertha::Engine::Whisper;
my $whisper = Langertha::Engine::Whisper->new(
url => $ENV{WHISPER_URL},
);
print($whisper->simple_transcription('recording.ogg'));
DESCRIPTION
THIS API IS WORK IN PROGRESS
HOW TO INSTALL FASTER WHISPER
https://github.com/fedirz/faster-whisper-server
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/langertha/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de> https://raudss.us/
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.