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.1.8.tar.gz
(15.6 kB
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.1.8.tar.gz.
File metadata
- Download URL: voicepad_core-0.1.8.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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 |
bb2cc3b0762c7d61c581d4e678d7e7b668c64996a42718eae4ab0afd9a806868
|
|
| MD5 |
1bc43e5de0392e58cd7d3373e1cd055d
|
|
| BLAKE2b-256 |
2a7afb417eb350c330cdb2a34a561ab47d6cfd40dbca43a1f49faf77ccf3f221
|
File details
Details for the file voicepad_core-0.1.8-py3-none-any.whl.
File metadata
- Download URL: voicepad_core-0.1.8-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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 |
4c22cb63ce5e4e2931aaa5633d52deca1a560626ddb837f692f1b3d6a5aa483b
|
|
| MD5 |
2224bdeb74861db865258a283f6e7c0b
|
|
| BLAKE2b-256 |
9d0009edcf1e19a57dddeb7ab1c54d5d23bbcab2f686100a4d86fe6388f2c456
|