It seems FOBS is missing a variable to tell size of one audio sample!!
As is known to all, generally, audio sample is described in 16bits.
However, if using Audacity, you can see that this 16bits (2bytes) might be changed to 4 bytes as wish.
FOBS has a function
getAudioSamplesSize(), which tells bytes in one audio chunk.
But, how many bytes is for one audio sample? This should be indicated!!
Am I correct?
Rgds
JIA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ffmpeg used to provide samples only in 16 bits some time ago. I don't know whether this has actually changed, but given your question I guess it has ;)
I'll look into it for the next release. Thanks for the tip!
Cheers,
Jose San Pedro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems FOBS is missing a variable to tell size of one audio sample!!
As is known to all, generally, audio sample is described in 16bits.
However, if using Audacity, you can see that this 16bits (2bytes) might be changed to 4 bytes as wish.
FOBS has a function
getAudioSamplesSize(), which tells bytes in one audio chunk.
But, how many bytes is for one audio sample? This should be indicated!!
Am I correct?
Rgds
JIA
Hi there,
ffmpeg used to provide samples only in 16 bits some time ago. I don't know whether this has actually changed, but given your question I guess it has ;)
I'll look into it for the next release. Thanks for the tip!
Cheers,
Jose San Pedro