- switch to 48K internal samplerate

This commit is contained in:
2024-11-12 12:37:11 +03:00
parent d895385d19
commit 9afbd9e0fd
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(rtphone)
# Rely on C++ 17
set (CMAKE_CXX_STANDARD 20)
set (CMAKE_CXX_STANDARD_REQUIRED ON)