Core audio processing for Voicepad.
Project description
voicepad-core
Core library powering VoicePad — audio recording, GPU-accelerated transcription via faster-whisper, and system diagnostics.
Install
pip install voicepad-core
Quick Start
from voicepad_core import AudioRecorder, transcribe_audio, get_config
config = get_config()
recorder = AudioRecorder(config)
audio_file = recorder.start_recording() # Ctrl+C to stop
transcribe_audio(audio_file, config.markdown_path / "transcript.md", config)
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
voicepad_core-0.2.0.tar.gz
(3.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file voicepad_core-0.2.0.tar.gz.
File metadata
- Download URL: voicepad_core-0.2.0.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc92f043a9cdb3ce72cb752517f246865cc1508c235544ad675c6d3a26f3fb0c
|
|
| MD5 |
4bfe4ec7e12497c02994129b6044e94a
|
|
| BLAKE2b-256 |
922911605e798199455f76eb50042d6eb0c0707cd26344b93fb6cbc4de44d9e6
|
File details
Details for the file voicepad_core-0.2.0-py3-none-any.whl.
File metadata
- Download URL: voicepad_core-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c8f683269d9317317c9745b8cff60dcf751909dc09bf7b0e36584407e280bc2
|
|
| MD5 |
cd23cf302acb17cd26282614022880d0
|
|
| BLAKE2b-256 |
5bce9eece199b14904e4912c6a195b35f091a8bd4913b2e95a9e29951af2d046
|