bendi / node-mpg123n

mpg123 bindings that compile and run under MSVC++
4 stars 5 forks source link

disabled logs #7

Open kicumkicum opened 10 years ago

kicumkicum commented 10 years ago

when I play track, I have logs in my console.

$ node player.js /media/volume-1/5.musik/Robocop_3_Dendy.mp3 @P 0 @I ID3:Main Theme Robocop 3 (Dendy) Unknown @I ID3.genre:255 @I ID3v2.title:Main Theme @I ID3v2.artist:Robocop 3 (Dendy) @P 2

MPEG 1.0 layer III, 256 kbit/s, 44100 Hz joint-stereo @S 1.0 3 44100 Joint-Stereo 0 836 2 0 1 0 256 1 0 playing! ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred

how I can hide itis it possible to disable them in the player?

Dramors commented 10 years ago

I would also very much like to have this functionality if possible :)