You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 line
342 B

  1. /*
  2. * File: VUMeter.h
  3. * Author: JF
  4. *
  5. * Created on February 20, 2025, 9:46 PM
  6. */
  7. #ifndef VUMETER_H
  8. #define VUMETER_H
  9. #define AUDIO_CONSOLE_MIN_VOLUME 0
  10. #define AUDIO_CONSOLE_MAX_VOLUME 194
  11. #define AUDIO_CONSOLE_VOLUME_STEPS 194
  12. void VUMeterInit();
  13. void VUMeterSetVolume(int MainVUVolume, int Zone2VUVolume);
  14. #endif /* VUMETER_H */