File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #import < AVFoundation/AVFoundation.h>
1817#import < Foundation/Foundation.h>
18+ #import < AVFoundation/AVFoundation.h>
1919
2020#include " audio_engine_device.h"
2121
22- #include < AudioUnit/AudioUnit.h>
2322#include < mach/mach_time.h>
2423#include < cmath>
2524
3130#include " rtc_base/thread.h"
3231#include " rtc_base/thread_annotations.h"
3332#include " rtc_base/time_utils.h"
34- #include " sdk/objc/native/src/audio/helpers.h"
35- #include " system_wrappers/include/field_trial.h"
36- #include " system_wrappers/include/metrics.h"
3733
3834#import " base/RTCLogging.h"
3935
5854const uint32_t N_REC_CHANNELS = 1 ; // default is mono recording
5955const uint32_t N_PLAY_CHANNELS = 1 ; // default is stereo playout
6056
61- using ios::CheckAndLogError;
62-
6357AudioEngineDevice::AudioEngineDevice (bool bypass_voice_processing)
6458 : bypass_voice_processing_(bypass_voice_processing),
6559 audio_device_buffer_ (nullptr ),
You can’t perform that action at this time.
0 commit comments