diff --git a/PortAudioSharp/PortAudioSharp.csproj b/PortAudioSharp/PortAudioSharp.csproj
index 029662e..7b7e79e 100644
--- a/PortAudioSharp/PortAudioSharp.csproj
+++ b/PortAudioSharp/PortAudioSharp.csproj
@@ -9,7 +9,7 @@
PortAudioSharp2
.NET wrapper for portaudio supporting Linux, macos, Windows.
- 0.4.0
+ 1.0.0
Benjamin N. Summerton
true
Copyright 2019
@@ -29,8 +29,8 @@
-
-
-
+
+
+
diff --git a/README.md b/README.md
index 72d930a..ba0b807 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,6 @@
C# binding for [portaudio][portaudio] supporting Linux, macOS, and Windows.
-You can find its usage for real time speech recognition from a microphone using
-[sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) at
-
See
@@ -18,3 +15,17 @@ directly from [PortAudioSharp][PortAudioSharp].
[PortAudioSharp]: https://gitlab.com/define-private-public/Bassoon/-/tree/develop/src/Bassoon/PortAudioSharp
[portaudio]: https://github.com/PortAudio/portaudio
+
+# Examples
+
+## Recording for speech-to-text
+
+You can find its usage for real-time speech-to-text from a microphone using
+[sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) at
+
+
+## Playing for text-to-speech
+
+You can find its usage for text-to-speech with a speaker using
+[sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) at
+
diff --git a/scripts/generate.py b/scripts/generate.py
index f90082f..1478f59 100755
--- a/scripts/generate.py
+++ b/scripts/generate.py
@@ -9,7 +9,7 @@
def get_version():
- return "0.6.0"
+ return "1.0.0"
def read_proj_file(filename):