Update the SODA config file path for Windows
This CL updates the speech recognition recognizer to be compatible with Windows. Chromium uses std::wstring for file paths; however, wide characters should not be passed across API boundaries, so they must be converted to plain C-style characters before being passed into the SODA DLL. Bug: 1116563 Change-Id: I920a994706fe9212b8ed50ecd5c6371090509e9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357609Reviewed-by:Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#798958}
Showing
Please register or sign in to comment