-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
framework/media, apps/examples: sync from ecode #6590
base: master
Are you sure you want to change the base?
Conversation
printf("prepare failed res : %d\n", res); | ||
return res; | ||
} | ||
if (mLooping) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is looping to be done before prepare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. This change is already in a pr for ecode
apps/examples/wakerec/wakerec.cxx
Outdated
@@ -49,7 +47,7 @@ using namespace media::voice; | |||
|
|||
media::voice::SpeechDetector *sd; | |||
|
|||
static const char *filePath = "/tmp/record.pcm"; | |||
static const char *filePath = "/mnt/record.pcm"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont change from /tmp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
104d7bd
to
ad29ba5
Compare
Sync Media F/W & test applications code upto following commit https://github.ecodesamsung.com/TizenRT/Media/commit/e0811517ddefc8d9a6d1c28943c7ea259e6b8626
ad29ba5
to
659c157
Compare
src/media/stream_info.c: In function 'stream_info_create': can you please verify above error in CircleCI? |
sync media, focusmanager and example apps from Media