-
On ios 12, when trying to start AVAudioEngine, the application crashes with an error (com.apple.coreaudio.avfaudio error -10851.).
```csharp
_audioEngine = new AVAudioEngine();
…
-
After testing the latest version of TracyPlayer (36) on tvOS 17.1
When I open a multichannel feed everything is fine :
![1000006880.jpg](https://github.com/kingslay/KSPlayer/assets/121438307/9a53a46…
-
I'm developing a mobile app for iPhone which needs to record audio from microphone. I'm trying to use AVAudioEngine but it seems I can't use the InputNode's InputBusFormat and OutputBusFormat. Becau…
-
## Description
In order to record audio, one can use the following code
```C#
private AVAudioEngine audioEngine;
private void StartAudioEngine()
{
AVAudioEngine audioEngine = new AVAudioEn…
-
When connecting / disconnecting headphones or when closing laptop lid from my MacBook the program stops responding. Sometimes a restart is needed to get it back working.
-
I have been integrating and evaluating Cheetah in a MacOS desktop application (Cheetah C library, arm64) and have been experiencing this issue, which is blocker for further development. I have been un…
-
I am trying to use the iOS sink node as in the following example
Visual Studio 2022 17.4.4
Remote connection to Mac
```C#
using System;
using System.Runtime.InteropServices;
using System.Threa…
-
is there is a way to stop the recoding if user do not speak for few seconds in speech translation
platform = IOS swift
-
**Disclaimer:**
- [x] I have checked for a similar issue and sure it hasn't been reported before.
**Steps to Reproduce**
1. Click on switch output device
2. Scroll down to select either exter…
-
**Disclaimer:**
Please go through [existing issues](https://github.com/bitgapp/eqMac/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to avoid creating duplicates. If you found a similar iss…