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

Recreating sox spectrograms in python #82

Open
MJWeldy opened this issue Aug 14, 2024 · 0 comments
Open

Recreating sox spectrograms in python #82

MJWeldy opened this issue Aug 14, 2024 · 0 comments

Comments

@MJWeldy
Copy link

MJWeldy commented Aug 14, 2024

Good morning,
I am working on updating a data pipeline for an acoustic classification project developed in 2016. In 2016, we decided to build our spectrogram generation process using sox. I am now trying to move the project into some APIs which are trying to minimized dependencies. However, to accomplish this I am trying to develop python code to recreate the sox spectrograms in python. I read through spectrogram.c and it appears that there is a gain processes being applied, but I am having trouble putting my finger on the specifics.
I would really appreciate it if someone more familiar with the codebase could give me the FFT and gain specifics needed to recreate the spectrograms in python.
Thanks for your time,
Matt

@MJWeldy MJWeldy changed the title Recreating sox spectrograms in python Recreating sox spectrograms in python Aug 14, 2024
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

1 participant