I just have a .wav file and I have added white Gaussian Noise to it using the code below:
%Reading the audio file
[originalAudio,Fs] = audioread('/Users/.../sound.wav');

I just have a .wav file and I have added white Gaussian Noise to it using the code below:
%Reading the audio file
[originalAudio,Fs] = audioread('/Users/.../sound.wav');