Skip to content

Audio is not working on a macbook with m1 #253

@illus0r

Description

@illus0r

This code works on my old mac but gives a black screen on a new one, that uses apple's m1 cpu.

/*
{
  audio: true,
}
*/
precision mediump float;
uniform vec2 resolution;
uniform float volume;
uniform sampler2D samples;
uniform sampler2D spectrum;

void main() {
  vec2 uv = gl_FragCoord.xy/resolution.xy;
  gl_FragColor=texture2D(spectrum,uv);
  gl_FragColor.a=1.;
}

I've added Veda to my Security & Privacy → Accessability list, but I can't add it to the Microphone list, because there are no + button:

I think Veda should've requested access at some point but it didn't.

Atom 1.58.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions