Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instead of librosa.stft, what can i use in audio.py? #86

Open
berkaycinci opened this issue Jan 26, 2021 · 1 comment
Open

Instead of librosa.stft, what can i use in audio.py? #86

berkaycinci opened this issue Jan 26, 2021 · 1 comment

Comments

@berkaycinci
Copy link

Guys, i am trying to implement this project on a embedded device. Because of some limitations on the embedded device, i can not install librosa. That's why, i am trying to replace stft and istft methods which are utilized inside audio.py. Do you have any suggestions? @Kyubyong

@dmmagdal
Copy link

dmmagdal commented Oct 2, 2021

Tensorflow has the tf.signal.stft function in Tensorflow 1.15 and Tensorflow 2.X. Have you tried those?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants