de.sciss.synth

io

package io

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AudioFile extends Channel

  2. case class AudioFileSpec(fileType: AudioFileType = AudioFileType.AIFF, sampleFormat: SampleFormat = SampleFormat.Float, numChannels: Int, sampleRate: Double, byteOrder: Option[ByteOrder] = scala.None, numFrames: Long = 0L) extends Product with Serializable

  3. abstract class AudioFileType extends AnyRef

  4. type Frames = Array[Array[Float]]

  5. abstract class SampleFormat extends AnyRef

Value Members

  1. object AudioFile

    The AudioFile allows reading and writing of sound files.

  2. object AudioFileType

  3. object BuildInfo

  4. object SampleFormat

  5. object ScalaAudioFile

Inherited from AnyRef

Inherited from Any

Ungrouped