Metadata-Version: 2.4
Name: phonexia-media-processing-client
Version: 2.0.0
Summary: Client for communicating with Phonexia media processing microservice
Author-email: Phonexia <info@phonexia.com>
Keywords: grpc,media,processing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: more-itertools>=10.6.0
Requires-Dist: phonexia-grpc>=2.30.0
Requires-Dist: typer>=0.16.0
Requires-Dist: soundfile>=0.13.0
Requires-Dist: numpy>=2.0.0; python_version >= "3.12"
Requires-Dist: numpy<2.0.0; python_version < "3.12"

![](https://www.phonexia.com/wp-content/uploads/phonexia-logo-transparent-500px.png)

# Media Processing client

This module contains client for communication with [Media Processing](https://hub.docker.com/repository/docker/phonexia/media-processing/general) developed by [Phonexia](https://phonexia.com).

To use this client you will first need a running instance of any *Media Processing*. If you don't yet have any running instance, don't hesitate to [contact our sales department](mailto:info@phonexia.com).

You can learn more about the Media Processing technology [here](https://docs.phonexia.com/products/speech-platform-4/technologies/media-processing/).

On [this page](https://docs.phonexia.com/products/speech-platform-4/grpc/api/phonexia/grpc/technologies/media_processing/v1/media_processing.proto), you will find a *gRPC API* reference for *Media Processing microservice*.
