roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 211 forks source link

Move implementation of AlignOps and EndianOps to .cpp files #601

Closed gavv closed 11 months ago

gavv commented 12 months ago

In AlignOps and EndianOps, move implementations of all non-template methods to .cpp file.

gavv commented 12 months ago

@nolan-veed FYI: I looked at AlignOps and MemoryOps once more, and they seem pretty different so probably it's better to keep them separate for now.

nolan-veed commented 12 months ago

@nolan-veed FYI: I looked at AlignOps and MemoryOps once more, and they seem pretty different so probably it's better to keep them separate for now.

I agree.

nolan-veed commented 11 months ago

I'll do this one.

gavv commented 11 months ago

Thanks!