TT#22550 set codec to WAV in the API sound file update

Change-Id: I791adb3df1f5dfd26e558ddb7758dc837809d4b0
changes/11/16311/2
Kirill Solomko 8 years ago
parent 468589b314
commit e10cc89715

@ -191,6 +191,7 @@ sub update_item {
last;
}
$resource->{codec} = 'WAV';
$resource->{data} = $recording;
delete $resource->{handle};

Loading…
Cancel
Save