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
| #Feature: | |
| #Adjustable Overload Protect, Custom Current and Timing. | |
| #Auto Overload Recovery, Adjustable Timing | |
| #All Time 16A Safety Overload Protect | |
| #Changeable Relay Initial State | |
| #Overload Warning With LED Effect | |
| #Detachment Relay Mode Support | |
| #Press the Buttom more then 10s to Return the Factory Setting (AP Mode) | |
| #Web and OTA, mDNS Available | |
| #Github https://gist.github.com/patrick3399/23297c6ca4b37dfc87ca8593183a9a17 |
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
| #!/usr/bin/env python3 | |
| import argparse | |
| import os | |
| import sys | |
| import glob | |
| import mlx_whisper # 請先安裝 mlx-whisper | |
| import webrtcvad | |
| from pydub import AudioSegment | |
| from pydub.utils import make_chunks |