mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-15 02:19:20 -04:00
Added bias-T status icon
Merged radio settings in one screen
This commit is contained in:
parent
8b9ecda1a0
commit
3193c6ee99
152 changed files with 487 additions and 803 deletions
|
@ -33,7 +33,7 @@ struct fmt_pcm_t {
|
|||
constexpr fmt_pcm_t(
|
||||
const uint32_t sampling_rate
|
||||
) : nSamplesPerSec { sampling_rate },
|
||||
nAvgBytesPerSec { nSamplesPerSec * nBlockAlign }
|
||||
nAvgBytesPerSec { nSamplesPerSec * 2 } // nBlockAlign = 2
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue