deepgram / deepgram-go-sdk

Go SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
31 stars 27 forks source link

Example for Live/Stream Using Mic #93

Closed dvonthenen closed 10 months ago

dvonthenen commented 10 months ago

Proposed changes

Example for Live/Stream Using Local Laptop Mic.

Context

This helps aid local testing using audio content you can control.

Possible Implementation

Use portaudio which is a cross-platform mic library.

Other information

NA

dvonthenen commented 10 months ago

PR https://github.com/deepgram-devs/deepgram-go-sdk/pull/123

dvonthenen commented 10 months ago

Merged closing.