Package com.tino1b2be.dtmf


package com.tino1b2be.dtmf
DTMF detection, generation, and streaming API for DTMF-Decoder v2.

This package hosts the public surface of the dtmf-core module: DtmfDecoder (batch), DtmfDetector (push), DtmfStream (pull), DtmfGenerator, together with the immutable value types DtmfTone and DtmfConfig and the ChannelMode / WindowFunction enums. Implementation details live under com.tino1b2be.dtmf.internal and are not part of the published API.

The module depends on com.tino1b2be.goertzel and only on com.tino1b2be.goertzel at runtime (Requirement 1.5). The concrete types are introduced starting at Stage 3 of the dtmf-v2-foundation spec; this package-info.java is present from Stage 1 so the source tree exists for the build-shape smoke tests in Task 1.9.