Tag: size comparison
-
Post Views: 16 1. When requesting Alibaba Cloud Intelligent Voice Interaction – Speech Synthesis API, its audio encoding format supports PCM/WAV/MP3 format. Default: PCM. It is hoped that the response body should be as small as possible when responding, so it is necessary to confirm the size of the response body in these three formats. 2. Request the interface in…
-
Post Views: 20 1. Reference:https://www.shuijingwanwq.com/2022/11/02/7121/. Now, due to the existence of some special version numbers, it does not meet the specification of semantic 2.0. The final requirements are as follows: v2.0.0 < v2.0.0-h.1 2. Implement v2.0.0 < v2.0.0-h.1, after executing version_compare, the result is: bool(false), that is, v2.0.0 is not less than v2.0.0-h.1. 3. The existing code is implemented as…
