Streaming Audio using Gatling

I have a scenario that i want to implement using Gatling.

scenario:
I have a POST call that pass audio file as a body. I want to stream the audio and also control the size of each audio chunk instead of sending it as a raw audio file. is there a way to do this in gatling?

any help is appreciated.

Thank you.