Added
- Support for start/stop recordings.
- Support for start/stop transcriptions and receive transcriptions messages.
Changed
- `VirtualSpeakerDevice.read_frames()` has been improved and doesn't require the
user to add sleeps. Therefore, it is now possible to read, for example, 10
seconds of audio in a single call. Since the timings are now controlled
internally, this minimizes any potential audio issues.
The following old code:
python
SAMPLE_RATE = 16000