Borrar filtros
Borrar filtros

why separation audio channel always have result 16 bits per sample?

2 visualizaciones (últimos 30 días)
Sisi Misi
Sisi Misi el 6 de Sept. de 2021
Comentada: Mathieu NOE el 7 de Sept. de 2021
Hi everyone
I wanna ask you about audio separation
Why separation audio channel always have result 16 bits per sample?
This happens when I do a channel split from 2 channels to 1 channel the first audio has 24 bit-sample and 2 channel
The second audio has 8 bit-sample and 2 channel
when converted to 1 channel, the audio is changed to 16 bits per sample
Therefore, how do we maintain the sample bits?
For example, the original audio is 24 bits per sample with 2 channels, the audio is separated into 24 bits per sample and 1 channel
I use this code:
thank you
[y,Fs]=audioread('water.flac');
size(y)
% single_channel_from_y = y(:,1);
x=y(:,1)
size(x)
plot(y)
plot(x)
audiowrite('onechannel(24).wav',x,Fs);
% sound(x)
  1 comentario
Mathieu NOE
Mathieu NOE el 7 de Sept. de 2021
Please check this , audiowrite by default will generate 16 bits audio if you export in wav format

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by