Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
jetstreamranger
jetstreamranger's Profile
2
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Minim audio fail
[0 Replies]
30-Jan-2012 10:58 AM
Forum:
Contributed Library Questions
trying out this example:
http://processing.org/learning/library/forwardfft.html
the spectrum animates within the draw function so i know its reading the mp3....but there is no sound.
here is my setup:
Processing version 1.5.1
OSX 10.7.2
java version "1.6.0_29"
tried Minim 2.0.2 and 2.1.0 beta
thanks for any suggestions,
josh
playing mp3 with minim (choking on id3)
[1 Reply]
25-Jan-2012 01:39 PM
Forum:
Core Library Questions
i just setup minim. do id3 tags really make minim fail?
void setup()
{
size(100, 100);
minim = new Minim(this);
player = minim.loadFile("blueEyes.mp3");
input = minim.getLineIn();
player.play();
}
==== JavaSound Minim Error ====
==== Don't know the ID3 code TPE3
==== JavaSound Minim Error ====
==== Don't know the ID3 code APIC
«Prev
Next »
Moderate user : jetstreamranger
Forum