Skip to content

The way it processes data returned from c++ program in json format is not right #40

@ty1135

Description

@ty1135

If you read their source code, or their website(https://waveform.prototyping.bbc.co.uk/), you'll find out its data is in a form that positives and negtives alternate, meaning two values stands for one sample.

if you want to resample and make it positve, the right way to do so would be like : [abs(0)+abs(1)]/2

And actually you don't have to do downsampling, cause it is offered in that C++, with command options.

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