Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
blechdom committed Dec 4, 2023
2 parents 0a7034e + c744e65 commit 28e2822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ThreeOhThree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const KnobParamLabel = dynamic(() => import("el-vis-audio").then((mod) => mod.Kn

const chunkDurationSeconds = 0.15;
const numChannels = 2; // currently only two channels allowed (shader uses vec2)
const workgroupSize = 16;
const workgroupSize = 256;
const maxBufferedChunks = 1;

const ThreeOhThree = () => {
Expand Down

0 comments on commit 28e2822

Please sign in to comment.