.. ################################################################################ Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ################################################################################ ===== Audio ===== Audio Operations ---------------- - `Information`_ - `Transform`_ - `Speech`_ Information ~~~~~~~~~~~ .. automodule:: pyflink.multimodal.operators.audio_info :noindex: .. currentmodule:: pyflink.multimodal.operators .. autosummary:: :toctree: api/ is_valid_audio audio_metadata audio_duration audio_duration_filter audio_size_filter audio_silence_detection audio_detect_speech Transform ~~~~~~~~~ .. automodule:: pyflink.multimodal.operators.audio_transform :noindex: .. currentmodule:: pyflink.multimodal.operators .. autosummary:: :toctree: api/ audio_decode audio_encode audio_convert_format audio_standardize audio_resample audio_split_by_duration audio_split_by_timestamp audio_split_by_speech audio_concat Speech ~~~~~~ .. automodule:: pyflink.multimodal.operators.audio_speech :noindex: .. currentmodule:: pyflink.multimodal.operators .. autosummary:: :toctree: api/ audio_asr_whisper audio_detect_language