Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Feb 21, 2024
1 parent f0e3514 commit f9d9548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hid/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class AudioHandle
size_t blocksize = 48;

/**< Sample rate of audio */
SaiHandle::Config::SampleRate samplerate = SaiHandle::Config::SampleRate::SAI_48KHZ;
SaiHandle::Config::SampleRate samplerate
= SaiHandle::Config::SampleRate::SAI_48KHZ;

/** factor for adjustment before and after callback for hardware that may have extra headroom */
float postgain = 1.f;
Expand Down

0 comments on commit f9d9548

Please sign in to comment.