Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DASAR-zz/Minim-Android
/ functions
Functions
1,060 in github.com/DASAR-zz/Minim-Android
⨍
Functions
1,060
◇
Types & classes
152
Method
getFormat
()
src/ddf/minim/javasound/JSAudioInput.java:119
Method
getFormat
()
src/ddf/minim/javasound/JSAudioOutput.java:146
Method
getFormats
Return the supported audio formats.
src/ddf/minim/javax/sound/sampled/DataLine.java:117
Method
getFrameLength
Get the length of this stream in frames. Note that this may be AudioSystem#NOT_SPECIFIED. @return the length of the stream in frames
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:136
Method
getFrameLength
Return the frame length of this clip.
src/ddf/minim/javax/sound/sampled/Clip.java:57
Method
getFrameLength
Return the frame length of this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:208
Method
getFramePosition
Return the frame position associated with this event.
src/ddf/minim/javax/sound/sampled/LineEvent.java:129
Method
getFramePosition
Return the current frame position.
src/ddf/minim/javax/sound/sampled/DataLine.java:224
Method
getFrameRate
Return the frame rate of this format.
src/ddf/minim/javax/sound/sampled/AudioFormat.java:255
Method
getFreq
Gets the amplitude of the requested frequency in the spectrum. @param freq float: the frequency in Hz @return float: the amplitude of the
src/ddf/minim/analysis/FourierTransform.java:702
Method
getGain
Returns the current gain. If a gain control is not available, this returns 0. Note that the gain is not the same thing as the <code>level()</code> of
src/ddf/minim/Controller.java:450
Method
getInputStream
Get the input as an AudioStream that you can read from yourself, rather than wrapped in an AudioInput that does that work for you. @param type
src/ddf/minim/Minim.java:731
Method
getLastValues
Access the last values generated by this input. @return float[]: the last values generated by this input
src/ddf/minim/UGen.java:234
Method
getLevel
Return the volume level for this DataLine.
src/ddf/minim/javax/sound/sampled/DataLine.java:229
Method
getLine
Return the Line associated with this event.
src/ddf/minim/javax/sound/sampled/LineEvent.java:136
Method
getLine
Return a Line associated with this Mixer, given its description. @param info the description of the line to find @return the corresponding
src/ddf/minim/javax/sound/sampled/Mixer.java:127
Method
getLineClass
Return the line's class.
src/ddf/minim/javax/sound/sampled/Line.java:68
Method
getLineIn
An AudioInput is used when you want to monitor the active audio input of the computer. On a laptop, for instance, this will typically be the built-in
src/ddf/minim/Minim.java:628
Method
getLineInfo
Return the Info object associated with this Line.
src/ddf/minim/javax/sound/sampled/Line.java:125
Method
getLineOut
An AudioOutput is used to generate sound in real-time and output it to the soundcard. Usually, the sound generated by an AudioOutput will be heard thr
src/ddf/minim/Minim.java:761
Method
getLongFramePosition
Return the current frame position. @since 1.5
src/ddf/minim/javax/sound/sampled/DataLine.java:236
Method
getLoopCount
How many loops are left to go. 0 means this isn't looping and -1 means that it is looping continuously. @return how many loops left
src/ddf/minim/spi/AudioRecordingStream.java:82
Method
getLoopCount
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:70
Method
getMaxBufferSize
Return the maximum buffer size.
src/ddf/minim/javax/sound/sampled/DataLine.java:125
Method
getMaxLabel
Return the label for the minimum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:178
Method
getMaxLines
Return the number of lines matching this description. @param info the description of the lines to find.
src/ddf/minim/javax/sound/sampled/Mixer.java:135
Method
getMetaData
Returns the meta data for the recording being played by this player. @return AudioMetaData: the meta data for this player's recording @example Basic
src/ddf/minim/AudioPlayer.java:310
Method
getMetaData
()
src/ddf/minim/AudioSnippet.java:137
Method
getMetaData
Get the AudioMetaData for this sample. This will mostly be useful if you have created an AudioSample from an mp3 file and want to get at some of the m
src/ddf/minim/AudioSample.java:86
Method
getMetaData
Returns meta data about the recording, such as duration, name, ID3 tags perhaps. @return the MetaData of the recording
src/ddf/minim/spi/AudioRecordingStream.java:121
Method
getMetaData
Returns the meta data for the recording being played by this player. @return AudioMetaData: the meta data for this player's recording @related Aud
src/ddf/minim/ugens/FilePlayer.java:292
Method
getMetaData
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:85
Method
getMetaData
()
src/ddf/minim/javasound/JSAudioSample.java:57
Method
getMidLabel
Return the label for the midpoint of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:185
Method
getMillisecondLength
Returns the length of the source in milliseconds. Infinite sources, such as internet radio streams, should return -1. @return the length of the sourc
src/ddf/minim/spi/AudioRecordingStream.java:105
Method
getMillisecondLength
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:75
Method
getMillisecondPosition
Gets the current millisecond position of the source. @return the current possition, in milliseconds in the source
src/ddf/minim/spi/AudioRecordingStream.java:89
Method
getMillisecondPosition
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:80
Method
getMinBufferSize
Return the minimum buffer size.
src/ddf/minim/javax/sound/sampled/DataLine.java:132
Method
getMinLabel
Return the label for the minimum value of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:199
Method
getMixer
Return a mixer that matches the given info object. @param info description of the mixer to match @return the mixer @throws IllegalArgument
src/ddf/minim/javax/sound/sampled/spi/MixerProvider.java:64
Method
getMixerInfo
Return an Info object describing this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:140
Method
getName
Return the name of the mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:87
Method
getNoteOffset
Return the current value of the note offset for this output. @return float: the current note offset @example Basics/SequenceSound @related setNoteO
src/ddf/minim/AudioOutput.java:468
Method
getNoteOffset
()
src/ddf/minim/NoteManager.java:134
Method
getPan
Returns the current pan. Usually pan will be only be available on mono audio sources because it describes a mono signal's position in a stereo field.
src/ddf/minim/Controller.java:559
Method
getPoles
Returns the number of poles in the filter. @return the number of poles
src/ddf/minim/effects/ChebFilter.java:205
Method
getPrecision
Return the precision of this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:206
Method
getProperty
Given a key, return a property associated with this format; or null if this property is not set. @param key the name of the property @retu
src/ddf/minim/javax/sound/sampled/AudioFormat.java:274
Method
getProperty
Return the value of a property defined in this format. @param key the property name @return the value of the property, or null if the prop
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:219
Method
getPulseWidth
Returns the current pulse width. @return the current pulse width
src/ddf/minim/signals/PulseWave.java:67
Method
getRipple
Returns the ripple percentage of the filter. @return the ripple percentage
src/ddf/minim/effects/ChebFilter.java:138
Method
getSignal
@deprecated
src/ddf/minim/AudioOutput.java:145
Method
getSignal
Returns the <code>i<sup>th</sup></code> signal in the signal chain. This method is not required to do bounds checking and may throw an ArrayOutOfBound
src/ddf/minim/Polyphonic.java:82
Method
getSourceLineInfo
Return an array of Info objects describing all the source lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:146
Method
getSourceLines
Return an array of all the source lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:160
Method
getSpectrumImaginary
Get the Imaginary part of the Complex representation of the spectrum. @return float[]: an array containing the values for the Imaginary part of
src/ddf/minim/analysis/FourierTransform.java:816
Method
getSpectrumReal
Get the Real part of the Complex representation of the spectrum. @return float[]: an array containing the values for the Real part of the spe
src/ddf/minim/analysis/FourierTransform.java:804
Method
getStream
Returns the underlying AudioRecordingStream. @return AudioRecordingStream: the underlying stream @related Minim @related AudioRecordingStream @relat
src/ddf/minim/ugens/FilePlayer.java:58
Method
getTargetLineInfo
Return an array of Info objects describing all the target lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:166
Method
getTargetLines
Return an array of all the target lines available in this Mixer.
src/ddf/minim/javax/sound/sampled/Mixer.java:180
Method
getTempo
Return the current tempo of the AudioOuput. Tempo is expressed in BPM (beats per minute). @return float: the current tempo @example Basics/SequenceS
src/ddf/minim/AudioOutput.java:430
Method
getTempo
()
src/ddf/minim/NoteManager.java:124
Method
getTint
Returns the current Noise.Tint in use @return Noise.Tint: the current tint of the noise (Noise.Tint.WHITE, Noise.Tint.PINK, Noise.Tint.RED, Nois
src/ddf/minim/ugens/Noise.java:149
Method
getType
Return the Type associated with this event.
src/ddf/minim/javax/sound/sampled/LineEvent.java:143
Method
getType
Return the Type associated with this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:226
Method
getUGen
Returns the UGen that is being wrapped by this UGenSignal.
src/ddf/minim/UGenSignal.java:27
Method
getUnits
Return the name of the units for this control.
src/ddf/minim/javax/sound/sampled/FloatControl.java:213
Method
getVendor
Return the mixer's vendor.
src/ddf/minim/javax/sound/sampled/Mixer.java:101
Method
getVersion
Return the mixer's version.
src/ddf/minim/javax/sound/sampled/Mixer.java:108
Method
getVolume
Returns the current volume. If a volume control is not available, this returns 0. Note that the volume is not the same thing as the <code>level()</cod
src/ddf/minim/Controller.java:388
Method
getWaveform
Returns the underlying waveform, <em>not</em> a copy of it. @return float[]: the float array managed by this Wavetable @related Wavetable
src/ddf/minim/ugens/Wavetable.java:160
Method
getWaveform
Returns the Waveform currently being used by this Oscil. @return a Waveform @example Basics/SynthesizeSound @related Waveform @related Oscil
src/ddf/minim/ugens/Oscil.java:313
Method
hasEffect
Returns true if <code>effect</code> is in the chain. @param effect the effec to check for @return true if <code>effect</code> is attached to this
src/ddf/minim/Effectable.java:97
Method
hasEffect
@deprecated
src/ddf/minim/AudioSource.java:154
Method
hasEnabled
Returns true if at least one effect in the chain is enabled. @return true if at least one effect in the chain is enabled
src/ddf/minim/EffectsChain.java:151
Method
hasSignal
@deprecated
src/ddf/minim/AudioOutput.java:239
Method
hasSignal
(AudioSignal signal)
src/ddf/minim/Polyphonic.java:84
Method
hashCode
()
src/ddf/minim/javax/sound/sampled/LineEvent.java:93
Method
hashCode
()
src/ddf/minim/javax/sound/sampled/AudioFormat.java:85
Method
hashCode
()
src/ddf/minim/javax/sound/sampled/Mixer.java:80
Method
hashCode
()
src/ddf/minim/javax/sound/sampled/Control.java:69
Method
hashCode
()
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:99
Method
initFromFloatSampleBuffer
Resets this sample buffer with the data in <code>source</code>.
src/ddf/minim/javasound/FloatSampleBuffer.java:356
Method
inverse
Performs an inverse transform of the frequency spectrum and places the result in <code>buffer</code>. @param buffer float[]: the buffer to
src/ddf/minim/analysis/FourierTransform.java:874
Method
inverse
(float[] buffer)
src/ddf/minim/analysis/FFT.java:317
Method
invert
Flips the table around 0. Equivalent to <code>flip(0)</code>. @see #flip(float) @related flip ( ) @related Wavetable
src/ddf/minim/ugens/Wavetable.java:258
Method
isActive
Find out if this Bypass is active or not. @return true if the bypass functionality is on. @example Synthesis/bypassExample @related Bypass
src/ddf/minim/ugens/Bypass.java:144
Method
isActive
Return true if this line is active, meaning that it is actively performing audio I/O.
src/ddf/minim/javax/sound/sampled/DataLine.java:247
Method
isAtEnd
Has the Line completed its transition.
src/ddf/minim/ugens/Line.java:120
Method
isControlSupported
Return true if a Control matching the argument is available for this Line, false otherwise. @param what the type of the control to match
src/ddf/minim/javax/sound/sampled/Line.java:134
Method
isConversionSupported
Return true if this provider supports conversion from the given source format to the given target encoding. @param targ the target encodin
src/ddf/minim/javax/sound/sampled/spi/FormatConversionProvider.java:134
Method
isEffected
Returns true if at least one effect in the chain is enabled. @return true if at least one effect in the effects chain is enabled
src/ddf/minim/Effectable.java:52
Method
isEffected
@deprecated
src/ddf/minim/AudioSource.java:174
Method
isEnabled
Returns true if <code>e</code> is in the chain and is enabled. @param signal the <code>AudioSignal</code> to return the status of @return tr
src/ddf/minim/SignalChain.java:180
Method
isEnabled
@deprecated
src/ddf/minim/AudioOutput.java:196
Method
isEnabled
Returns true if <code>signal</code> is in the chain and is also enabled. @param signal the <code>AudioSignal</code> to check the status of @
src/ddf/minim/Polyphonic.java:61
Method
isEnabled
Returns true if <code>e</code> is in the chain and is enabled. @param e the <code>AudioEffect</code> to return the status of @return true if <code>e<
src/ddf/minim/EffectsChain.java:162
Method
isEnabled
@deprecated
src/ddf/minim/AudioSource.java:179
Method
isFileTypeSupported
Return true if the indicated type is supported by this provider. @param type the audio file format type
src/ddf/minim/javax/sound/sampled/spi/AudioFileWriter.java:82
← previous
next →
601–700 of 1,060, ranked by callers