For completeness - STM meanings.  STMs - means player has started
playing a track, STMt is a regular status response like a pulse.

Code:
--------------------
    
        # event types:
        #       vfdc - vfd received
        #   i2cc - i2c command recevied
        #       STMa - AUTOSTART    
        #       STMc - CONNECT      
        #       STMe - ESTABLISH    
        #       STMf - CLOSE        
        #       STMh - ENDOFHEADERS 
        #       STMp - PAUSE        
        #       STMr - UNPAUSE           // "resume"
        #       STMt - TIMER        
        #       STMu - UNDERRUN     
        #       STMl - FULL             // triggers start of synced playback
        #       STMd - DECODE_READY     // decoder has no more data
        #       STMs - TRACK_STARTED    // a new track started playing
        #       STMn - NOT_SUPPORTED    // decoder does not support the track 
format
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=115808

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to