Skip to content

Suggestion compressed audio data #734

Answered by pschatzmann
aqildad-create asked this question in Q&A
Discussion options

You must be logged in to vote

WAV works completely different: it's actually not encoding at all, but just adding a header in the beginning of the PCM audio stream, so that the decoder knows how to interpret the data. The header contains the sample rate, channels and bits per sample.

SBC is uses a lossy data compression algorithm

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants