I have an application that will need to quickly change the sample rate of the sound.
The pitch shift caused by simple linear interpolation of the samples is completely fine.
Is there an audio computer that reviews software in real time (i.e. does not require a change in the sampling rate of the equipment).
Yes, Apple's AU kAudioUnitType_FormatConverter, kAudioUnitSubType_AUConvertercan do it. Internally, the speaker contains a FormatConverter, which does the work.
kAudioUnitType_FormatConverter
kAudioUnitSubType_AUConverter
FormatConverter
Source: https://habr.com/ru/post/1607635/More articles:Что определяет порядок возврата класса .getMethods()? - javaHow to get client secret from azure active directory for own application for using one business application for business? - c #Python - How to get the number of lines in a text file - pythoniOS: how to reprogram audio (PCM data) using Audio Unit at runtime? - c ++Elastic search for nested functional indicators and script with function evaluation - elasticsearchChange AUGraph Sampling Rate on iOS - iosWhat is ~~ in JavaScript? - javascriptIntellij idea: how to create a custom validation rule with regular expression - javaAKKA Futures and Java Themes - scalasite codeigniter showing 404 errors - phpAll Articles