This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| Description: | |
| Implements OpenAI Speech API backend: | |
| https://platform.openai.com/docs/api-reference/audio/createSpeech | |
| Client-side: | |
| import openai, pyaudio | |
| player_stream = pyaudio.PyAudio().open(format=pyaudio.paInt16, channels=1, rate=24000, output=True) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [respond] | |
| # == MAF: Multi-Axis Framework for Klipper == | |
| # written by Rene K. Mueller <renekmueller@xyzdims.com> | |
| # | |
| # Define your G-code axis information in another file, and then: | |
| # | |
| # [include maf.cfg] # -- include this file | |
| # | |
| # [gcode_macro MY_MAF] |
OlderNewer