mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
15 lines
459 B
ReStructuredText
15 lines
459 B
ReStructuredText
.Net API contributed examples
|
|
=============================
|
|
|
|
DeepSpeechWPF
|
|
-------------
|
|
|
|
This examples demonstrates using the .Net Framework DeepSpeech NuGet to build
|
|
a graphical Windows application using DeepSpeech
|
|
|
|
.. literalinclude:: examples/net_framework/DeepSpeechWPF/MainWindow.xaml.cs
|
|
:language: csharp
|
|
:linenos:
|
|
|
|
Full source code available on `https://github.com/mozilla/DeepSpeech-examples <https://github.com/mozilla/DeepSpeech-examples>`_.
|