AudioAnalysisService class
Audio analysis service for comparing waveforms and detecting tajweed errors
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
compareAudioWaveformsFast(
Uint8List audio1, Uint8List audio2) → double - Fast comparison for real-time processing - simplified version
-
compareAudioWaveformsUltraFast(
Uint8List audio1, Uint8List audio2) → double - Ultra-fast comparison with aggressive downsampling (8x) for real-time matching