voxos-ai / bolna

End-to-end platform for building voice first multimodal agents
MIT License
394 stars 112 forks source link

Using Torch Audio instead of Scipy #370

Open h3110Fr13nd opened 2 months ago

h3110Fr13nd commented 2 months ago

scipy has only been used once in whole project and can be replaced by torchaudio

marmikcfc commented 2 months ago

Makes sense, could you please send a PR for the same?

h3110Fr13nd commented 2 months ago

I think it should be other way around.

Torch and torch audio are taking up lot of space and should be replaced.

380 Issue

I'm working on removing/replacing torch and torchaudio.

If that works properly, then this issue is contradictory. And should be closed.

@prateeksachan @marmikcfc

What are your thoughts.