Minim is an audio library for processing environment.
Questions tagged [minim]
95 questions
0
votes
0 answers
Usage of Minim library causing OutOfMemoryError
I wrote a program in Processing that uses the external library "Minim" for audio playback. I am new to this library so my understanding of the library is fairly lackluster. My program can run for days with no problem, but eventually I will get the…
0
votes
1 answer
Songs not shuffling for button - Processing
I have a shuffle button image that I'm using an an actual button. If the user 'clicks' on this image, the current song playing (if there is one) should stop playing and a random song from my list should play. If there is no song play, you would…
user13007670
0
votes
1 answer
How do I specify the full path of a file using Minim in Processing?
I am using Windows, and running Processing 3.
I downloaded a french audiovisualizer, and it by default has a folder named "data" with a song.wav inside. When booting up the processing project it required me to make the project in its own folder, so…

Noah
- 430
- 1
- 4
- 21
0
votes
1 answer
Play an audioplayer not from the begining
i'm using minim library to play/pause/stop/ ... an audioplayer, and i was wondering if there s a way to play it not from the beginning but for example 10s after.
I explain why i want to do that i use sox with my program to create…

Babapt
- 13
- 1
0
votes
2 answers
Using minim in eclipse. Where to put the music file?
I'm trying to play a music file in Eclipse using Minim. But I'm getting this error:
==== JavaSound Minim Error ====
==== java.io.FileNotFoundException: groove.mp3
=== Minim Error ===
=== Couldn't load the file groove.mp3
In the…

quoci
- 2,940
- 1
- 9
- 21
0
votes
1 answer
what function should I use in Processing using Minim library for changing the volume, and speed rate of a music?
I'm creating a virtual DJ using processing with Blob detection. I need to change the volume of the song and the rate of the song using the blob detection. I used sound library, it worked very well, but I found that I need to use Minim Library for…

Ahmad Jalal
- 1
- 1
0
votes
0 answers
How to embed Processing with Minim into html?
I'm trying to embed the Processing that contains Minim into html.
It reads the code but nothing showed up.
Thank you !
A LOAD OF WAFFLE