Skip to content

kamkoziel/StepToBum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step to Bum

About

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)

Todo
  • saving the sound emission time in the file name of the recording
  • improving the look of GUI
  • ....

Author

Kamil Kozieł

email: kkoziel@outlook.com

Prepare virtual environment

First step to run application is create new python virtual environment

python3 -m venv venv

Next you have to active your environment

 venv\Scripts\activate.bat

Install requirements packages

(venv) (...)> pip install (pathTo_StepToBum)\requirements.txt

PyAudio install

If you have problem with PyAudio package install you should check: PyAudio install problem.

Running app

To run app you should run you command prompt from StepToBum directory and then type:

(venv) (...)> python steup.py

IMPORTANT NOTE!

Before 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors