tderflinger / vue-audio-tapir

Audio recorder component for Vue.js 3. It enables to record, play and send audio messages to a server.
MIT License
51 stars 17 forks source link

Please add custom upload method #3

Open HossamInovola opened 2 years ago

HossamInovola commented 2 years ago

thanks for this plugin

Please add custom upload method or pass audio file to "afterRecording" to add custom upload functonality

tderflinger commented 2 years ago

Hello @HossamInovola, thanks for your request. I implemented your wish with the "customUpload" property. You can try it out by using the latest version of vue-audio-tapir (1.5.0). Please let me know if it works for your use case.

Regards, -Tommy