Update requirements.txt
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
@@ -39,12 +39,10 @@ pyscreeze # π₯ Captures screen video (via screenshots) | "pyscreeze.screensho
|
|
39 |
|
40 |
# Audio Capture Libraries
|
41 |
pydub # π΅ Manipulates audio, supports recording with FFmpeg | "pydub.AudioSegment.from_file('audio.wav').export('out.wav')" - Twists audio like a DJ spinning tunes at a silent disco!
|
42 |
-
pyaudio # π΅ Real-time audio capture/playback | "pyaudio.PyAudio().open().read(1024)" - Grabs sound bites faster than a parrot snagging crackers!
|
43 |
sounddevice # π΅ Low-latency audio capture | "sounddevice.rec(44100).tobytes()" - Snags audio smoother than a whisper in a quiet cave!
|
44 |
soundfile # π΅ Reads/writes audio files | "soundfile.write('out.wav', data, 44100)" - Saves sound like a librarian archiving whispers!
|
45 |
pyaudioanalysis # π΅ Audio analysis with capture | "pyAudioAnalysis.audioBasicIO.read_audio_file('audio.wav')[1]" - Analyzes audio like a detective cracking a sonic mystery!
|
46 |
pyo # π΅ Audio processing and synthesis | "pyo.Server().boot().start()" - Spins audio magic like a wizard mixing potions!
|
47 |
speechrecognition # π΅ Captures audio for speech recognition | "speech_recognition.Recognizer().listen(speech_recognition.Microphone())" - Hears you like a nosy neighbor with super ears!
|
48 |
-
pyalsaaudio # π΅ Audio capture/playback on Linux with ALSA | "pyalsa.alsaaudio.PCM().read()[1]" - Grabs Linux sound like a penguin snagging fish!
|
49 |
soundcard # π΅ Cross-platform audio capture | "soundcard.default_microphone().record(44100, 1)" - Captures sound like a bard strumming a silent lute!
|
50 |
webrtcvad # π΅ Voice activity detection for audio capture | "webrtcvad.Vad().is_speech(audio_frame, 16000)" - Detects voices like a spy eavesdropping on a whisper party!
|
|
|
39 |
|
40 |
# Audio Capture Libraries
|
41 |
pydub # π΅ Manipulates audio, supports recording with FFmpeg | "pydub.AudioSegment.from_file('audio.wav').export('out.wav')" - Twists audio like a DJ spinning tunes at a silent disco!
|
|
|
42 |
sounddevice # π΅ Low-latency audio capture | "sounddevice.rec(44100).tobytes()" - Snags audio smoother than a whisper in a quiet cave!
|
43 |
soundfile # π΅ Reads/writes audio files | "soundfile.write('out.wav', data, 44100)" - Saves sound like a librarian archiving whispers!
|
44 |
pyaudioanalysis # π΅ Audio analysis with capture | "pyAudioAnalysis.audioBasicIO.read_audio_file('audio.wav')[1]" - Analyzes audio like a detective cracking a sonic mystery!
|
45 |
pyo # π΅ Audio processing and synthesis | "pyo.Server().boot().start()" - Spins audio magic like a wizard mixing potions!
|
46 |
speechrecognition # π΅ Captures audio for speech recognition | "speech_recognition.Recognizer().listen(speech_recognition.Microphone())" - Hears you like a nosy neighbor with super ears!
|
|
|
47 |
soundcard # π΅ Cross-platform audio capture | "soundcard.default_microphone().record(44100, 1)" - Captures sound like a bard strumming a silent lute!
|
48 |
webrtcvad # π΅ Voice activity detection for audio capture | "webrtcvad.Vad().is_speech(audio_frame, 16000)" - Detects voices like a spy eavesdropping on a whisper party!
|