Minim input shows near-silence
              in 
             Core Library Questions 
              •  
              2 years ago    
            
 
           
             Hi, I can record sound okay using other apps, but when I run the minim.getLineIn example it shows 
            almost but not quite a flat line. If I add a println(in.left.get(0)); at the end of the drawing loop I get values in this sort of range:
            
             
            
             
            
            
             
            
            
 
            
           
              0.04071045
             
             
              0.041503906
             
             
              0.042053223
             
            
             Is it possible it's drawing from the wrong line-in? There are several to choose from, in principle, but the documentation clearly says '
             An 
            AudioInput represents a connection to the computer's current record source (usually the line-in)'.
            
             So what could be happening here?
            
 
            
              
              1  
            
 
            