Skip to content

a special use case #67

Open
Open
@nj9106

Description

@nj9106

For one audio file, I signed it 3 times with the same key but different messages, eg.

audiowmark add --key test.key t.mp3 t.1.mp3 --short 12 111
audiowmark add --key test.key t.mp3 t.2.mp3 --short 12 222
audiowmark add --key test.key t.mp3 t.3.mp3 --short 12 333

then I split the 3 mp3 files to pieces of about 20 seconds, eg. t1.1.mp3 t1.2.mp3 t1.3.mp3 ... t2.1.mp3 t2.2.mp3 etc, then I selected some pieces from different files, eg. t2.1.mp3 t1.2.mp3 t2.3.mp3 t3.4.mp3 ...., concatenate them to one mp3, eg. t.out.mp3 and try to get signed messages from the file, which should be 222 111 222 333 ... , but I find it doesn't work if the number of pieces are more than about 6.

is it normal? any idea about how to fix it, thanks!

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