Satish
Satish
What is a use of this property? To create marquee like infinite scrolling!!?
What i try is: ``` lazy var hp:NVPeakingEQFilter = { let f = NVPeakingEQFilter.init(samplingRate: 44100)! f.q = 2 f.centerFrequency = 16000 f.g = 2 return f }() ``` ``` func...
without lib modification i get error like: ``` LuxeRadio(13191,0x1172105c0) malloc: Incorrect checksum for freed object 0x7f9f4d97c000: probably modified after being freed. Corrupt value: 0xffffffffffe76270 LuxeRadio(13191,0x1172105c0) malloc: *** set a breakpoint...
Yes, this example is for analysing purpose and not for processing purpose https://github.com/muhku/FreeStreamer/blob/master/FreeStreamer/FreeStreamer/audio_stream.cpp#L1655 https://github.com/muhku/FreeStreamer/blob/master/FreeStreamer/FreeStreamer/audio_stream.h#L161
Yes, https://github.com/canopas/FreeStreamer/tree/dev-version-five On Mon 5 Oct, 2020, 9:14 AM iatnam-ios, wrote: > @satishVekariya Do you apply gain to > FreeStreamer? > > — > You are receiving this because you...
You're welcome And thanks for quick replay.
I have basic idea to control cache by just extending VICacheManager like below ```swift extension VICacheManager { static var maxCacheAge: TimeInterval = 60 * 60 * 24 * 7 //...
```Swift import Alamofire import Foundation class AuthAdapter:RequestInterceptor { let authManager: AuthManager init(_ authManager: AuthManager) { self.authManager = authManager } func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result) ->...
@askarali Print instance in `onMainThread ` if all address are different then may be problem in your code!!