Commit Graph

13 Commits

Author SHA1 Message Date
Joel Mathew Thomas 52e60e8011 set local python version 2024-12-25 23:35:49 +05:30
Joel Mathew Thomas 9de680e2b0 Merge pull request #3 from joelmathewthomas/update-readme
Update README.md
2024-12-25 23:29:12 +05:30
Joel Mathew Thomas a68362721b Update README.md 2024-12-25 23:28:25 +05:30
Joel Mathew Thomas 05a17bf64b Merge pull request #2 from joelmathewthomas/feature/input-and-preprocessing
Input & Preprocessing Stage: Implement Audio File Reading and Format Validation
2024-12-24 21:38:31 +05:30
Joel Mathew Thomas 0ff6a12829 Implement audio normalization and trimming functions
- Normalize audio to the range [-1, 1]
- Trim silence from audio
- Add test cases for both functions
2024-12-24 20:59:41 +05:30
Joel Mathew Thomas 341d7fa11c add preprocessing dir, add logging for module imports 2024-12-24 20:41:38 +05:30
Joel Mathew Thomas c1e724f6c5 ignore vscode config 2024-12-24 18:58:10 +05:30
Joel Mathew Thomas 919a798437 Initial setup: added src structure, input functionality, tests, and updated .gitignore 2024-12-24 17:52:27 +05:30
Joel Mathew Thomas 17f929e504 Setup input package with initial files 2024-12-24 17:07:43 +05:30
Joel Mathew Thomas 41a50ffcbe add requirements.txt 2024-12-24 16:40:11 +05:30
Joel Mathew Thomas f9356ebb4e add src dir 2024-12-24 16:33:27 +05:30
Joel Mathew Thomas fbffd706aa initial commit 2024-12-24 16:32:13 +05:30
Joel Mathew Thomas bec5d5d994 Initial commit 2024-12-21 19:33:34 +05:30