Skip to content

Commit

Permalink
Merge pull request #5 from sfregosi/fregosiEdits
Browse files Browse the repository at this point in the history
fregosi edits to flac
  • Loading branch information
sfregosi authored Aug 17, 2021
2 parents edd8f6d + 392cc9e commit 8b2f742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_headers.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
PARAMS.ltsahd.rfileid(m) = 1; % raw file id / number in this xwav file

% timing stuff:
dnums = wavname2dnum(PARAMS.ltsa.fname(k,:));
dnums = wavname2dnum(PARAMS.ltsa.fname(k,:),0);
if isempty(dnums)
PARAMS.ltsahd.dnumStart(m) = datenum([0 1 1 0 0 0]);
else
Expand Down

0 comments on commit 8b2f742

Please sign in to comment.