{"id":14989253,"url":"https://github.com/nils-werner/stft","last_synced_at":"2025-03-17T15:12:22.577Z","repository":{"id":16364038,"uuid":"19114165","full_name":"nils-werner/stft","owner":"nils-werner","description":"Spectrogram calculation for NumPy","archived":false,"fork":false,"pushed_at":"2024-12-22T15:46:58.000Z","size":136,"stargazers_count":45,"open_issues_count":3,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-02T13:09:02.379Z","etag":null,"topics":["audio-analysis","fft","scipy","signal-processing","stft"],"latest_commit_sha":null,"homepage":"http://stft.readthedocs.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nils-werner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-24T15:43:59.000Z","updated_at":"2025-01-17T17:50:07.000Z","dependencies_parsed_at":"2022-07-26T01:16:23.253Z","dependency_job_id":null,"html_url":"https://github.com/nils-werner/stft","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fstft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fstft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fstft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fstft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nils-werner","download_url":"https://codeload.github.com/nils-werner/stft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056425,"owners_count":20390719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-analysis","fft","scipy","signal-processing","stft"],"created_at":"2024-09-24T14:17:56.647Z","updated_at":"2025-03-17T15:12:22.533Z","avatar_url":"https://github.com/nils-werner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"STFT\n====\n\n[![Build Status](https://travis-ci.org/nils-werner/stft.svg?branch=master)](https://travis-ci.org/nils-werner/stft)\n[![Docs Status](https://readthedocs.org/projects/stft/badge/?version=latest)](https://stft.readthedocs.org/en/latest/)\n\nThis is a package for calculating the short time fourier transform (spectrogram) or any\nother transform in a lapped and windowed fashion.\n\nInstallation\n------------\n\nYou can install this library using `pip`:\n\n    pip install stft\n\n\nUsage\n-----\n\nLoading a file and calculating the spectrogram, its inverse and saving the\nresult.\n\n    import stft\n    import scipy.io.wavfile as wav\n\n    fs, audio = wav.read('input.wav')\n    specgram = stft.spectrogram(audio)\n    output = stft.ispectrogram(specgram)\n    wav.write('output.wav', fs, output)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnils-werner%2Fstft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnils-werner%2Fstft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnils-werner%2Fstft/lists"}