Skip to content

Instantly share code, notes, and snippets.

@skceefe
skceefe / апро
Last active July 18, 2025 12:16
sghjk
import pyaudio
import numpy as np
import tkinter as tk
from tkinter import ttk, messagebox
import threading
import locale
import wave # Добавлено для будущей записи в файл
class VoiceChangerApp:
def __init__(self, root):