Skip to content

Temporal¤

Module: generative_models.extensions.audio_processing.temporal

Source: generative_models/extensions/audio_processing/temporal.py

Overview¤

Temporal analysis and feature extraction for audio processing.

This module provides temporal pattern analysis for audio generation tasks, including rhythm, tempo, and time-domain feature extraction.

Classes¤

TemporalAnalysis¤

class TemporalAnalysis

Functions¤

call¤

def __call__()

init¤

def __init__()

compute_energy¤

def compute_energy()

compute_onset_strength¤

def compute_onset_strength()

compute_pulse_clarity¤

def compute_pulse_clarity()

compute_rhythm_features¤

def compute_rhythm_features()

compute_rms¤

def compute_rms()

compute_temporal_features¤

def compute_temporal_features()

compute_zero_crossing_rate¤

def compute_zero_crossing_rate()

detect_beats¤

def detect_beats()

estimate_tempo¤

def estimate_tempo()

segment_by_energy¤

def segment_by_energy()

Module Statistics¤

  • Classes: 1
  • Functions: 12
  • Imports: 5