bendi / node-mpg123n

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

resume after pause #6

Closed kicumkicum closed 10 years ago

kicumkicum commented 10 years ago

hi. how I can it realize?

bendi commented 10 years ago

@kicumkicum Added small function in examples section - please check it out and let me know if this answers your question.

kicumkicum commented 10 years ago

yes. it solves the problem. thank you. but I still have a question :)

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?

bendi commented 10 years ago

Closing this cone.

@kicumkicum Could you please move "unwanted output" question to another ticket? It will take a bit longer.