All Downloads are FREE. Search and download functionalities are using the official Maven repository.

angry1980.audio.model.Spectrum Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package angry1980.audio.model;

import angry1980.audio.utils.Complex;
import org.immutables.value.Value;

import java.util.Objects;

@Value.Immutable
public interface Spectrum {

    long getTrackId();
    Complex[][] getData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy