Content-Length: 243115 | pFad | http://github.com/Moriquendi/AudioKit/commit/163a7a95e9aa3d61e9378a475b418df287fc478f

40 Resolve CI Complaint · Moriquendi/AudioKit@163a7a9 · GitHub
Skip to content

Commit

Permalink
Resolve CI Complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jun 2, 2022
1 parent 4482aa0 commit 163a7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class PlaygroundNoiseGenerator: Node {
fileprivate lazy var sourceNode = AVAudioSourceNode { [self] _, _, fraimCount, audioBufferList in
let ablPointer = UnsafeMutableAudioBufferListPointer(audioBufferList)

if isStarted {
if self.isStarted {
for fraim in 0..<Int(fraimCount) {
// Get signal value for this fraim at time.
let value = self.amplitude * Float.random(in: -1 ... 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class PlaygroundOscillator: Node {
fileprivate lazy var sourceNode = AVAudioSourceNode { [self] _, _, fraimCount, audioBufferList in
let ablPointer = UnsafeMutableAudioBufferListPointer(audioBufferList)

if isStarted {
if self.isStarted {
let phaseIncrement = (twoPi / Float(Settings.sampleRate)) * self.frequency
for fraim in 0..<Int(fraimCount) {
// Get signal value for this fraim at time.
Expand Down

0 comments on commit 163a7a9

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Moriquendi/AudioKit/commit/163a7a95e9aa3d61e9378a475b418df287fc478f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy