You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an application for Android. My application needs to convert voice to text and text to voice. Therefore, I use these two components: google-cloud-cpp::speech and google-cloud-cpp::texttospeech. The following is a simplified CMakeLists.txt:
Building this project with MinSizeRel results in an assistant.so of approximately 200MB (google libraries were built shared=off).
My question is: is this normal, or am I doing something wrong (or not doing something right), and should the library size be this large for such basic functionality?
Thank you!
--
Linux x64, gcc 11.4
The text was updated successfully, but these errors were encountered:
I am developing an application for Android. My application needs to convert voice to text and text to voice. Therefore, I use these two components:
google-cloud-cpp::speech
andgoogle-cloud-cpp::texttospeech
. The following is a simplifiedCMakeLists.txt
:Building this project with
MinSizeRel
results in anassistant.so
of approximately 200MB (google libraries were built shared=off).My question is: is this normal, or am I doing something wrong (or not doing something right), and should the library size be this large for such basic functionality?
Thank you!
--
Linux x64, gcc 11.4
The text was updated successfully, but these errors were encountered: