Final project on the subject of Biomedical Engineering in practice.
The application is used to record the sound signal of the test person's steps and the emission of the acoustic disorder. For proper operation, the microphone connected to the computer should be placed close enough to the subject's legs. The examined person should wear headphones connected to the computer so that the sound signal can be played.
The application allows you to make an acoustic signal automatically or when you click the button. The method of signal emission is set in the Audio menu of the Menu bar. The broadcasting time is set in Settings.
Non-automatic mode allows you to control the time only based on the LCD timer. (to change)
- saving the sound emission time in the file name of the recording
- improving the look of GUI
- ....
Kamil Kozieł
email: kkoziel@outlook.com
First step to run application is create new python virtual environment
python3 -m venv venvNext you have to active your environment
venv\Scripts\activate.bat(venv) (...)> pip install (pathTo_StepToBum)\requirements.txtIf you have problem with PyAudio package install you should check: PyAudio install problem.
To run app you should run you command prompt from StepToBum directory and then type:
(venv) (...)> python steup.pyBefore using the application for the first time, make sure everything has been properly configured. To do this, choose File -> Settings, from the menu bar.
Based on PROJECT