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
composer
The composer of the recording. @return String: the composer tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:191
Method
composer
()
src/ddf/minim/javasound/MP3MetaData.java:87
Method
copy
Copies data inside all channel. When the 2 regions overlap, the behavior is not specified.
src/ddf/minim/javasound/FloatSampleBuffer.java:846
Method
copyTo
Copies the contents of this buffer to the destination buffer at the destOffset. At most, <code>dest</code>'s number of samples, number of channels are
src/ddf/minim/javasound/FloatSampleBuffer.java:985
Method
copyright
The copyright of the recording. @return String: the copyright tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:167
Method
copyright
()
src/ddf/minim/javasound/MP3MetaData.java:77
Method
createRecorder
Creates an AudioRecorder that will use the provided Recordable object as its record source and that will save to the file name specified. Recordable c
src/ddf/minim/Minim.java:566
Method
createSample
Creates an AudioSample using the provided sample data and AudioFormat. When a buffer size is not provided, it defaults to 1024. The buffer size of a s
src/ddf/minim/Minim.java:254
Method
cue
Sets the position to <code>millis</code> milliseconds from the beginning. This will not change the playstate. If an error occurs while trying to cue,
src/ddf/minim/Playable.java:110
Method
date
The date the recording was made. @return String: the date tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:116
Method
date
()
src/ddf/minim/javasound/MP3MetaData.java:57
Method
deactivate
Deactivate the bypass functionality. In other words, the wrapped UGen WILL have an effect on the UGen patched to this Bypass, as if it was in the sign
src/ddf/minim/ugens/Bypass.java:130
Method
debugOff
Turns off debug messages.
src/ddf/minim/Minim.java:176
Method
debugOn
Turns on debug messages.
src/ddf/minim/Minim.java:165
Method
dectectSize
In frequency energy mode this returns the number of frequency bands currently being used. In sound energy mode this always returns 0. @return int: th
src/ddf/minim/analysis/BeatDetect.java:253
Method
detect
Analyze the samples in <code>buffer</code>. This is a cumulative process, so you must call this function every frame. @param buffer float[
src/ddf/minim/analysis/BeatDetect.java:234
Method
detectMode
Set the object to use the requested algorithm. If an invalid value is passed, the function will report and error and default to BeatDetect.SOUND_ENERG
src/ddf/minim/analysis/BeatDetect.java:159
Method
disable
Disables the <code>i</code><sup>th</sup> effect in the chain. @param i the index of the effect to disable
src/ddf/minim/EffectsChain.java:172
Method
disableAll
Disables all effects in the chain.
src/ddf/minim/EffectsChain.java:191
Method
disableEffect
disables the <code>i</code><sup>th</sup> effect in the effect chain. @param i the index of the effect to disable
src/ddf/minim/Effectable.java:121
Method
disableEffect
@deprecated
src/ddf/minim/AudioSource.java:134
Method
disableSignal
@deprecated
src/ddf/minim/AudioOutput.java:171
Method
disableSignal
disables the <code>i</code><sup>th</sup> signal in the signal chain. @param i the index of the signal to disable
src/ddf/minim/Polyphonic.java:115
Method
disc
The disc number of the recording. @return String: the disc tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:179
Method
disc
()
src/ddf/minim/javasound/MP3MetaData.java:82
Method
dispose
@invisible Library callback used by Processing when a sketch is being shutdown. It is not necessary to call this directly. It s
src/ddf/minim/Minim.java:192
Method
effectCount
Returns the number of effects in the chain. @return the number of effects in the chain
src/ddf/minim/Effectable.java:89
Method
effectCount
@deprecated
src/ddf/minim/AudioSource.java:144
Method
effects
Enables all effects currently attached to this. If you want to enable only a single effect, use {@link #enableEffect(int)}.
src/ddf/minim/Effectable.java:38
Method
effects
@deprecated
src/ddf/minim/AudioSource.java:149
Method
enable
Enables the <code>i</code><sup>th</sup> effect in the chain. @param i the index of the effect to enable
src/ddf/minim/EffectsChain.java:119
Method
enableAll
Enables all effects in the chain.
src/ddf/minim/EffectsChain.java:141
Method
enableEffect
Enables the <code>i</code><sup>th</sup> effect in the effect chain. @param i the index of the effect to enable
src/ddf/minim/Effectable.java:105
Method
enableEffect
@deprecated
src/ddf/minim/AudioSource.java:159
Method
enableMonitoring
When monitoring is enabled, you will be able to hear the audio that is coming through the input. @example Basics/MonitorInput @related disableMonito
src/ddf/minim/AudioInput.java:110
Method
enableSignal
@deprecated
src/ddf/minim/AudioOutput.java:184
Method
enableSignal
Enables the <code>i</code><sup>th</sup> signal in the signal chain. @param i the index of the signal to enable
src/ddf/minim/Polyphonic.java:99
Method
encoded
The software the recording was encoded with. @return String: the encoded tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:227
Method
encoded
()
src/ddf/minim/javasound/MP3MetaData.java:102
Method
endRecord
Halts the recording of audio from the current record source. @example Advanced/RecordAndPlayback @related AudioRecorder
src/ddf/minim/AudioRecorder.java:85
Method
equals
(Object o)
src/ddf/minim/javax/sound/sampled/LineEvent.java:89
Method
equals
(Object o)
src/ddf/minim/javax/sound/sampled/Control.java:65
Method
equals
(Object o)
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:92
Method
expandChannel
Mix up of 1 channel to n channels.<br> It copies the first channel to all newly created channels. @param targetChannelCount the number of
src/ddf/minim/javasound/FloatSampleBuffer.java:879
Method
fileName
The name of the file / URL of the recording. @return String: the file name @related AudioMetaData
src/ddf/minim/AudioMetaData.java:68
Method
fileName
()
src/ddf/minim/javasound/BasicMetaData.java:46
Method
filePath
Returns the full path to the file this is saving to, if it exists. If this is not saving to a file, an empty <code>String</code> will be returned. @r
src/ddf/minim/spi/SampleRecorder.java:42
Method
float2byteInterleaved
Conversion function to convert an interleaved float array to an interleaved byte array. The float array contains normalized samples in the range [-1.0
src/ddf/minim/javasound/FloatSampleTools.java:755
Method
forward
Performs a forward transform on <code>buffer</code>. @param buffer float[]: the buffer to analyze, must be the same length as t
src/ddf/minim/analysis/FourierTransform.java:831
Method
forward
(float[] buffer)
src/ddf/minim/analysis/FFT.java:263
Method
frequency
Returns the current frequency. @return the current frequency
src/ddf/minim/signals/Oscillator.java:145
Method
gain
@invisible Gets the gain control for the <code>Line</code>, if it exists. You should check for the availability of a gain control by
src/ddf/minim/Controller.java:268
Method
gen9
(int size, float[] partial, float[] amp, float[] phase)
src/ddf/minim/ugens/WavetableGenerator.java:132
Method
generate
Asks all the enabled signals in the chain to generate a new buffer of samples, adds the buffers together and puts the result in <code>signal</code>.
src/ddf/minim/SignalChain.java:242
Method
generate
(float[] signal)
src/ddf/minim/AudioOutput.java:81
Method
generate
Generates a buffer of samples by ticking the wrapped UGen mono.length times.
src/ddf/minim/UGenSignal.java:35
Method
generate
(float[] signal)
src/ddf/minim/signals/PinkNoise.java:85
Method
generate
(float[] signal)
src/ddf/minim/signals/WhiteNoise.java:79
Method
generate
(float fmod, float amod)
src/ddf/minim/signals/Oscillator.java:256
Method
generate
Generates a buffer of samples by ticking this UGen mono.length times. Like the tick method, this will result in all of the
src/ddf/minim/ugens/Summer.java:157
Method
generate
( float[] sampleFrame )
src/ddf/minim/ugens/Sampler.java:267
Method
generate
(float[] signal)
src/ddf/minim/javasound/SampleSignal.java:42
Method
generateCurve
Generates the curve of the window function. @param length the length of the window @return the shape of the window function
src/ddf/minim/analysis/WindowFunction.java:104
Method
genre
The genre of the recording. @return String: the genre tag @related AudioMetaData
src/ddf/minim/AudioMetaData.java:155
Method
genre
()
src/ddf/minim/javasound/MP3MetaData.java:72
Method
get
(int i)
src/ddf/minim/MAudioBuffer.java:53
Method
get
Returns the value of the i<sup>th</sup> entry in this Wavetable's waveform. This is equivalent to getWaveform()[i]. @shortdesc Returns the value of t
src/ddf/minim/ugens/Wavetable.java:106
Method
getAudioFileFormat
Return the format of the given file as deduced by this provider. If the format of the file is not recognized, throws an exception. This will also thro
src/ddf/minim/javax/sound/sampled/spi/AudioFileReader.java:78
Method
getAudioInputStream
Return an audio input stream given the desired target encoding and another audio input stream. The data in the given stream will be converted to the d
src/ddf/minim/javax/sound/sampled/spi/FormatConversionProvider.java:70
Method
getAudioInputStream
Return an AudioInputStream for the given file. The file is assumed to hold valid audio data. @param file the file to read @return an Audio
src/ddf/minim/javax/sound/sampled/spi/AudioFileReader.java:128
Method
getAverageBandWidth
Returns the bandwidth of the requested average band. Using this information and the return value of getAverageCenterFrequency you can determine the lo
src/ddf/minim/analysis/FourierTransform.java:523
Method
getBalance
Returns the current balance. This will be in the range [-1, 1]. Usually balance will only be available for stereo audio sources, because it describes
src/ddf/minim/Controller.java:504
Method
getBandWidth
Returns the band width of this filter. @return the band width (in Hz)
src/ddf/minim/effects/NotchFilter.java:61
Method
getBandWidth
Returns the band width of this filter. @return the band width (in Hz)
src/ddf/minim/effects/BandPass.java:67
Method
getByteLength
Return the byte length of this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:194
Method
getChannel
Returns the requested channel as a float array. You should not necessarily assume that the modifying the returned array will modify the values in this
src/ddf/minim/MultiChannelBuffer.java:157
Method
getChannel
Gets the samples for the requested channel number as a float array. Use either AudioSample.LEFT or AudioSample.RIGHT. @example Advanced/AudioSampleGe
src/ddf/minim/AudioSample.java:101
Method
getChannel
(int channelNumber)
src/ddf/minim/javasound/JSAudioSample.java:47
Method
getChannelCount
Returns the number of channels in this buffer. @return the number of channels in this buffer
src/ddf/minim/MultiChannelBuffer.java:74
Method
getControl
Return the control associated with this Line that matches the argument. @param what the type of the control to match @return the associate
src/ddf/minim/javax/sound/sampled/Line.java:113
Method
getControls
@invisible Returns an array of all the available <code>Control</code>s for the <code>DataLine</code> being controlled. You can
src/ddf/minim/Controller.java:231
Method
getControls
Returns the Controls available for this AudioResource. @return an array of Control objects, that can be used to manipulate the resource
src/ddf/minim/spi/AudioResource.java:43
Method
getControls
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:131
Method
getControls
()
src/ddf/minim/javasound/JSAudioInput.java:134
Method
getControls
()
src/ddf/minim/javasound/JSAudioOutput.java:166
Method
getDescription
Return the mixer's description.
src/ddf/minim/javax/sound/sampled/Mixer.java:94
Method
getDetectCenterFrequency
Returns the center frequency of the i<sup>th</sup> frequency band. In sound energy mode this always returns 0. @param i int: which detect
src/ddf/minim/analysis/BeatDetect.java:272
Method
getDitherBits
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1200
Method
getDitherMode
()
src/ddf/minim/javasound/FloatSampleBuffer.java:1221
Method
getDurationFactor
Return the current value of the duration factor for this output. @return float: the current duration factor @related setDurationFactor ( )
src/ddf/minim/AudioOutput.java:500
Method
getDurationFactor
()
src/ddf/minim/NoteManager.java:144
Method
getEffect
Returns the <code>i<sup>th</sup></code> effect in the effect chain. This method is not required to do bounds checking and may throw an ArrayOutOfBound
src/ddf/minim/Effectable.java:82
Method
getEffect
@deprecated
src/ddf/minim/AudioSource.java:169
Method
getExtension
Return the extension associated with this Type.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:106
Method
getFormat
()
src/ddf/minim/SignalSplitter.java:68
Method
getFormat
Returns an AudioFormat object that describes the audio properties of this sound generating object. This is often useful information when doing sound a
src/ddf/minim/AudioSource.java:245
Method
getFormat
Returns the AudioFormat of this AudioResource. @return the AudioFormat of this AudioResource
src/ddf/minim/spi/AudioResource.java:50
Method
getFormat
Get the format associated with this stream. @return the AudioFormat
src/ddf/minim/javax/sound/sampled/AudioInputStream.java:126
Method
getFormat
Return the AudioFormat associated with this file format.
src/ddf/minim/javax/sound/sampled/AudioFileFormat.java:201
Method
getFormat
()
src/ddf/minim/javasound/JSAudioRecordingClip.java:136
← previous
next →
501–600 of 1,060, ranked by callers