Change-Id: I45382e0e90036cc0ca2588b0bd73af6b7eff97a8
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
}
if (g_sampling_rate != sound_data->rate || g_audio_type != sound_data->audio_type) {
- SLOG(LOG_DEBUG, tts_tag(), "[Player] Change audio handle : org type(%d) org rate(%d)", g_audio_type, g_sampling_rate);
+ SLOG(LOG_INFO, tts_tag(), "[Player] Change audio handle : org type(%d) org rate(%d)", g_audio_type, g_sampling_rate);
if (NULL != g_audio_h) {
__destroy_audio_out();
}
return;
}
-
- __set_policy_for_playing(40);
}
while (APP_STATE_PLAYING == player->state || APP_STATE_PAUSED == player->state) {