In Python, base64 encode audio files as follows: # Import the base64 encoding library. import base64 # Pass the audio data to an encoding function. def ...
確定! 回上一頁