This is a generated Harp device Python interface that interacts with the Harp protocol.
Project description
harp.soundcard
This is a generated Harp device Python interface that interacts with the Harp protocol.
- Github repository: https://github.com/fchampalimaud/harp.devices/
- Bug Tracker: https://github.com/fchampalimaud/harp.devices/issues
- Documentation: https://fchampalimaud.github.io/pyharp/harp.soundcard/
Installation
You can install the package using uv or pip:
uv add harp.soundcard
or
pip install harp.soundcard
Usage example
from harp.protocol import OperationMode
from harp.devices.soundcard import SoundCard
# Example usage of the SoundCard device
with SoundCard("/dev/ttyUSB0") as device: # For Windows, use "COM8" or similar
device.info()
# Set the device to active mode
device.set_mode(OperationMode.ACTIVE)
# Get the events
try:
while True:
for event in device.get_events():
# Do what you need with the event
print(event.payload)
except KeyboardInterrupt:
# Capture Ctrl+C to exit gracefully
print("Exiting...")
finally:
# Do what you need to do to clean up. Disconnect is automatically called with the "with" statement.
pass
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
harp_soundcard-0.1.0a2.tar.gz
(12.9 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 harp_soundcard-0.1.0a2.tar.gz.
File metadata
- Download URL: harp_soundcard-0.1.0a2.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ae233c4ce688949ef5bb40c2e78ef72aa5dcc71e6d1d8c5346e70053e42df6
|
|
| MD5 |
f50a67c110c7c6ea4bae8ed0622bd25f
|
|
| BLAKE2b-256 |
a18f266dc08e6802394016158a466d011628f2265cb332379c89ec65497de872
|
File details
Details for the file harp_soundcard-0.1.0a2-py3-none-any.whl.
File metadata
- Download URL: harp_soundcard-0.1.0a2-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b23ba1946e5a899bec4f24f79035d44da0a808f5f772b2afc6b91acc8bca449
|
|
| MD5 |
5a37b34b2bd97d7a02b0a7a5d0356073
|
|
| BLAKE2b-256 |
62f5aa879c86506d992aafd011d6c9bcfcce7bff7a0d4a74239dfc2e22095854
|