Skip to content

TypeError: null is not an object (evaluating 'Recording.init') #28

@anilsamuel

Description

@anilsamuel

I get the error "TypeError: null is not an object (evaluating 'Recording.init')" during

	useEffect(() => {
		Recording.init({
			bufferSize: 4096,
			sampleRate: 44100,
			bitsPerChannel: 16,
			channelsPerFrame: 1,
		});
        })

Please help.

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