7#include "whisperspeechtotextplugin.h"
10WhisperSpeechToTextPlugin::WhisperSpeechToTextPlugin(
QObject *parent)
11 : TextSpeechToText::SpeechToTextPlugin{parent}
15WhisperSpeechToTextPlugin::~WhisperSpeechToTextPlugin() =
default;
17void WhisperSpeechToTextPlugin::speechToText()
19 qWarning() <<
"Not implemented yet";
23int WhisperSpeechToTextPlugin::sampleRate()
const
28QIODevice *WhisperSpeechToTextPlugin::audioDevice()
const
30 qWarning() <<
"Not implemented yet";
34bool WhisperSpeechToTextPlugin::loadSettings()
36 qWarning() <<
"Not implemented yet";
41void WhisperSpeechToTextPlugin::clear()
43 qWarning() <<
"Not implemented yet";
47#include "moc_whisperspeechtotextplugin.cpp"
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:59 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.