Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
incubo4u committed Aug 2, 2023
1 parent 3f9fe02 commit 3a254f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import timber.log.Timber;

public class SoundVolumeMonitor {
public class SoundDetection {
private Timer timer;
private AudioRecord audioRecord;
private OnSoundDetectedListener onSoundDetectedListener;
Expand Down

0 comments on commit 3a254f4

Please sign in to comment.