zqrtalent / MediaStorageAppClient

Media storage client application (iOS, win, macos) repository
0 stars 0 forks source link

Use integer as a audio sample value, for playing (For now we are using float-point value for playing). #9

Closed zqrtalent closed 6 years ago

zqrtalent commented 6 years ago

AVAudioEngine does't support PCMFormatInt32 (Somehow produces error when I am trying to connect player and main-mixer node) and because of that I am gonna close this issue for now.