gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
32.21k stars 2.41k forks source link

is audio support as input output #23

Closed ak9250 closed 4 years ago

ak9250 commented 4 years ago

checking the docs is audio data types supported for input and output for models?

abidlabs commented 4 years ago

We do support audio as input. The interface is called Microphone. Output audio coming soon. What kind of model are you building that's audio to audio?

https://gradio.app/docs

rcox771 commented 4 years ago

bumping for interest in signals. @abidlabs , one could conceivably use this library for demonstrating audio denoising tasks, separation of different speakers from one audio recording, selectively damping certain noise sources - like the kind of models used in some commercial webconferencing applications, and a whole lot more. Interpolating vocal styles and inflections, text-to-speech applications, mixing the qualities of instruments together to make new sounds, filtering audio to look for certain sounds and playing that back to the user - like if you're a biologist trying to collect or model the sounds of certain animals (bats, whales, birds, etc) for study.

-Russ

abidlabs commented 4 years ago

We should have this released soon!

abidlabs commented 4 years ago

With the latest version of gradio 1.1.0, we now support audio inputs and outputs. Thanks for the suggestion!

m-ali-awan commented 3 years ago

Audio, with microphone is not working.After recording, when I play, it is silent. Please, help me out with this. Thanks