Metadata-Version: 2.4
Name: ctt-analog-recorder
Version: 1.0.0
Summary: CTT Analog Recorder — Phase-domain audio recording via Riemann zeros.
Author-email: Américo Simões <amexsimoes@gmail.com>
License: MIT with Commercial Exception
Project-URL: Homepage, https://github.com/SimoesCTT/ctt-analog-recorder
Project-URL: Repository, https://github.com/SimoesCTT/ctt-analog-recorder
Keywords: audio,phase-domain,riemann,recording
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24
Requires-Dist: scipy>=1.10
Requires-Dist: sounddevice>=0.4
Requires-Dist: soundfile>=0.12
Dynamic: license-file

# CTT Analog Recorder

Phase-domain audio recording via Riemann zeros. True analog recording on your laptop.

## Installation
pip install ctt-analog-recorder

## Quick Start
from ctt_analog_recorder import CTTRecorder
recorder = CTTRecorder()
recorder.record(10)
