glucid is a python project to provide an api, a convenient command-line interface and xglucid, a PyQt5 interface to configure RS232-model Lucid 8824 Analog/Digital Audio Converters over a Serial Connection
xglucid GUI
glucid Command Line
$ glucid -g
----------------------------------------
glucid and glucid8824.py:
Copyright (C) 2017,2018 Daniel R Mechanic
GPL version 3 ONLY <http://gnu.org/licenses/gpl.html>.
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to
change and redistribute it under certain circumstances;
For details see LICENSE
----------------------------------------
Using /dev/ttyUSB0 to connect to lucid ID 00
Sync: WordClock
Meter: Analog Out
Analog Source: ADAT In
AES Source: ADAT In
Optical Source: Analog In
Dig Input 1,2: S/PDIF
Analog Gain:
***************************************
Recommended: +4dBu: IN -8 dB OUT +1 dB
-10dBV: IN +4 dB OUT -11 dB
***************************************
Channel 1: IN -8 dB OUT +1 dB
Channel 2: IN -8 dB OUT +1 dB
Channel 3: IN -8 dB OUT +1 dB
Channel 4: IN -8 dB OUT +1 dB
Channel 5: IN -8 dB OUT +1 dB
Channel 6: IN -8 dB OUT +1 dB
Channel 7: IN -8 dB OUT +1 dB
Channel 8: IN -8 dB OUT +1 dB
glucid Python Package
>>> import glucid.glucid8824 as glucid >>> my8824 = glucid.Glucid8824() >>> my8824.connect() True >>> my8824.get_meter() 'Analog Out' >>> my8824.get_sync_source() '44.1 Internal' >>> my8824.set_sync_source(1) >>> my8824.get_sync_source() 'WordClock'
Copyright (C) 2017,2018 Daniel R Mechanic (dan.mechanic@gmail.com)
Visit http://www.glucid.org for more information
Release files for glucid 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| glucid-0.5.1.tar.gz | 691.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| glucid-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / glucid-0.5.1.tar.gz
| Download URL | glucid-0.5.1.tar.gz |
|---|---|
| Size | 691.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e55315612e3edc592337ccc7d610d156621957f54c9261af0e4fa0d22bce500
|
|
BLAKE2b-256 checksum How to use checksums |
67eff40ff266f98f643e5d89f02c7befff3d8982d0b2183f95390d7c4c0cd995
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.8
|
Release files / glucid-0.5.1-py3-none-any.whl
| Download URL | glucid-0.5.1-py3-none-any.whl |
|---|---|
| Size | 380.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
019e17e5efad1c56d095da4fdba68a078f350a8fd4f734ec1ac1936b28efa3dd
|
|
BLAKE2b-256 checksum How to use checksums |
9287587bbfbe008e6ec7c45a5473ceb0683f41afa90af7439faced0d703eb46e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.8
|