Skip to content

Audiometer is a Python-based application for creating audiograms and performing various audiometric tests. It includes familiarisation functions, standardized audiometric procedures and calibration.

Notifications You must be signed in to change notification settings

Satur42/Audiometer

Repository files navigation

Audiometer

Audiometer ist eine Python-basierte Anwendung zur Erstellung von Audiogrammen und zur Durchführung verschiedener audiometrischer Tests. Sie umfasst Funktionen zur Eingewöhnung, standardisierten audiometrischen Verfahren und Kalibrierung. Derzeit ist nur eine deutsche Version verfügbar.

Dokumentation

Für eine detaillierte Dokumentation und eine ausführlichere Installationsanleitung, siehe die Audiometer Dokumentation.

Funktionen

  • AudioPlayer: Spielt Sinustöne mit verschiedenen Frequenzen, Lautstärken und Dauern ab.
  • Audiogrammerstellung: Visualisiert audiometrische Daten.
  • Kalibrierung: Siehe Dokumentation.
  • Benutzeroberfläche: Intuitive Benutzeroberfläche zur Durchführung von Tests und zur Anzeige von Ergebnissen.

Schnelle Installation mit venv

  1. Repository klonen:
    git clone https://github.com/Satur42/Audiometer.git
    cd Audiometer
  2. Virtuelle Umgebung erstellen:
    python -m venv venv
  3. Virtuelle Umgebung aktivieren:
    • Auf Windows:
      venv\Scripts\activate
    • Auf macOS und Linux:
      source venv/bin/activate
  4. Benötigte Abhängigkeiten installieren:
    pip install -r requirements.txt
  5. Skript ausführen:
    python run_app.py

Mitmachen

Beiträge sind willkommen! Wenn du Vorschläge oder Verbesserungen hast, erstelle gerne ein Issue oder reiche einen Pull-Request ein.



Audiometer (English)

Audiometer is a Python-based application designed to create audiograms and perform various audiometric tests. It includes features for familiarization, standard audiometric procedures, and calibration. Currently only a German version is available.

Documentation

For detailed documentation and a more detailed installation guide, please refer to the Audiometer Documentation.

Features

  • AudioPlayer: Plays sine beeps at various frequencies, volumes, and durations.
  • Audiogram Generation: Visualizes audiometric data for both left and right ears.
  • Calibration: For more information visit documentation.
  • User Interface: Intuitive UI for performing tests and viewing results.

Quick Installation with venv

  1. Clone the repository:
    git clone https://github.com/Satur42/Audiometer.git
    cd Audiometer
  2. Create a virtual environment:
    python -m venv venv
  3. Activate virtual environment:
    • On Windows:
      venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  4. Install the required dependencies:
    pip install -r requirements.txt
  5. Run script:
    python run_app.py

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to create an issue or submit a pull request.



Cheatsheet

About

Audiometer is a Python-based application for creating audiograms and performing various audiometric tests. It includes familiarisation functions, standardized audiometric procedures and calibration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages