Skip to content

Commit adc0ace

Browse files
committed
Modify CI
1 parent 198ee3d commit adc0ace

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

SoftwareTests/InitFiles/InitAnalogToDigitalConversion.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
KnownIssuesID = "MATLAB:minrhs";
44
% ---- Pre-run commands -----
55
audioread = @(x) NewAudioRead();
6+
audioplayer = @(x) disp("Create audio player");
7+
play = @(x) disp("Playing audio");
8+
stop = @(x) disp("Stop audio player");
69
function varargout=NewAudioRead(varargin)
710
load(fullfile(currentProject().RootFolder,"SoftwareTests\InitFiles\InitAnalogToDigitalConversion.mat"));
811
varargout={JazzSignal,JazzSamplingFreq};

SoftwareTests/InitFiles/InitFilteringIntro.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
% ---- Known Issues -----
33
KnownIssuesID = "MATLAB:minrhs";
44
% ---- Pre-run commands -----
5+
audioplayer = @(x) disp("Create audio player");
56
play = @(x) disp("Playing audio");
7+
stop = @(x) disp("Stop audio player");
68
audioread = @(x) NewAudioRead();
79
function varargout=NewAudioRead(varargin)
810
load(fullfile(currentProject().RootFolder,"SoftwareTests\InitFiles\InitFilteringIntro.mat"));

0 commit comments

Comments
 (0)