Skip to content

Commit

Permalink
roc-streaminggh-608 Cleanup pcm funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Nov 23, 2023
1 parent 91ad551 commit 3eeb949
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 127 deletions.
4 changes: 3 additions & 1 deletion src/internal_modules/roc_audio/pcm_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ enum PcmCode {
enum PcmEndian {
PcmEndian_Native, //!< Endian native to current CPU.
PcmEndian_Big, //!< Big endian.
PcmEndian_Little //!< Little endian.
PcmEndian_Little, //!< Little endian.

PcmEndian_Max //!< Maximum value.
};

//! PCM format description.
Expand Down
Loading

0 comments on commit 3eeb949

Please sign in to comment.