We are launching our Audio-as-a-Service in BETA. During this phase, we kindly ask that you report any bugs either under the

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-01-12 04:30:14

We are launching our Audio-as-a-Service in BETA. During this phase, we kindly ask that you report any bugs either under the "Issues" section or directly to me at support@poxate.com. Thank you for your understanding and support.

Podio is a simple and powerful audio processing library for Go, designed to make it easy to manipulate and compile audio sequences. It leverages distributed ffmpeg processing to scale efficiently, so you don't have to worry about heavy computational tasks on a single server.

For the sake of simplicity, we insert API Key as a hard-coded string. In production, you should read it from an Environment Variable.

You can loop an audio track a specified number of times. The track will be repeated n times (e.g., count = 3 will play the track a total of 4 times):

Let's say you want to combine multiple audio files into one single audio file, but want the duration of each individual audio track.

Leave a Comment