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.7.tar.gz
(15.1 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.7.tar.gz.
File metadata
- Download URL: voicepad_core-0.1.7.tar.gz
- Upload date:
- Size: 15.1 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 |
36b060c778dc92c618c3cf34ca505a0c6346d28349d8108d01a47393a9549889
|
|
| MD5 |
c39babe77e6f92d058196842907568cc
|
|
| BLAKE2b-256 |
9f2d10494a0a1bb2c4c510a736b140388e6f0566957abc81dd802e972d70be1c
|
File details
Details for the file voicepad_core-0.1.7-py3-none-any.whl.
File metadata
- Download URL: voicepad_core-0.1.7-py3-none-any.whl
- Upload date:
- Size: 18.8 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 |
7e741242f79fb66a1b1a3892ef5ba3134908f642d3ded80d18ebfc2d581e6b7d
|
|
| MD5 |
2b6490f42ffbd404345ce11369e923ac
|
|
| BLAKE2b-256 |
2813993a39756a6043a52c75f3c4ea9b27241a772df11ddb45bb6fdd31723d38
|