Mic object initilization disabled in video play
#1
i was wondering why the microphone does not work any more when a karaoke dvd or a karaoke video file is played. i know they are played by different cores now. the microphone works when a music file is played. i realized that the microphone object is no longer initilized for dvd or video file playback. that is why microphone does not work any more during video playback. the microphone used to work for both music and video playback. when and why was that change? it will be highly appreciated if it is changed back.

not only cdg files are used for karaoke. there are many dvds, vcd and video files dedicated to karaoke. they have lynrics embeded in the video. this is a good reason to enable the microphone even for dvd or video file playback.

what do you think?
Reply
#2
to re-enable the microphone for video play is quite simple. in xbmc\xbmc\application.cpp  line# 3294, comment out the check on isaudio like below:

   if (/* item.isaudio() && */ !item.isinternetstream() && g_guisettings.getbool("karaoke.enabled"))
     m_cdgparser.start(item.m_strpath);

will any developer agree to make the change in cvs?
Reply

Logout Mark Read Team Forum Stats Members Help
Mic object initilization disabled in video play0