https://github.com/ostad-ai/audioprocessor
To record and play audio file of files. During playing, the frequency bars are also displayed.
https://github.com/ostad-ai/audioprocessor
audio audio-processor frequency microphone mp3 play record wave wave-player
Last synced: 5 months ago
JSON representation
To record and play audio file of files. During playing, the frequency bars are also displayed.
- Host: GitHub
- URL: https://github.com/ostad-ai/audioprocessor
- Owner: ostad-ai
- License: mit
- Created: 2023-05-11T10:57:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T18:07:06.000Z (about 3 years ago)
- Last Synced: 2025-01-23T12:29:44.971Z (over 1 year ago)
- Topics: audio, audio-processor, frequency, microphone, mp3, play, record, wave, wave-player
- Homepage:
- Size: 661 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AudioProcessor
### Latest version 0.0.0.2
1) The audio is now **echoed** based on the parameters of the user. Two methods are provided for this purpose: FIR and IIR. The user can change the parameters **Gain** and **Delay** for echoing the loaded audio.
## This archive includes the executable program, **AudioProcessor.exe**, which you should click on to run.
[Download the archive for win64 (Windows 10 and over)](https://drive.google.com/file/d/1XYVFeHp4lrRVBLUync1JchHpfCeuSiMi/view?usp=share_link)
---
### Previous version 0.0.0.1
1) A new feature: Now you can expand or shrink the audio file. In other words, you make audio slow or fast based on a parameter that you dynamically change with a slider.
## This archive includes the executable program, **AudioProcessor.exe**, which you should click on to run.
[Download the archive for win64 (Windows 10 and over)](https://drive.google.com/file/d/1Be9xogisyWpqwdzl47F7hNY5e28aMyrD/view?usp=share_link)
---
### Previous version 0.0.0.0
1) You can play an **audio** file or all audio files in a folder.
2) It plays and shows frequency bars of the audio.
3) It plays audio files in wave format; but you may convert **mp3** files to **wave** format to use them too.
4) It can record sound from **microphone** either in wave and/or in mp3 format.
## This archive includes the executable program, **AudioProcessor.exe**, which you should click on to run.
[Download the archive for win64 (Windows 10 and over)](https://drive.google.com/file/d/1GcjKEWJcUEZzPX_s_jdiT27mxg0hUDIK/view?usp=share_link)
---
 *Figure 1: A snapshot of AudioProcessor, version 0.0.0.0, while playing the audio file.*
---
 *Figure 2: A snapshot of AudioProcessor, version 0.0.0.1, while expanding or shrinking the audio file with the slider.*
---
 *Figure 3: A snapshot of AudioProcessor, version 0.0.0.2, while echoing the audio file with the slider.*
---