Skip to content

oac_demo: add -wav option to write WAV output#8

Closed
akashtc wants to merge 5 commits into
mainfrom
feat/demo-wav
Closed

oac_demo: add -wav option to write WAV output#8
akashtc wants to merge 5 commits into
mainfrom
feat/demo-wav

Conversation

@akashtc
Copy link
Copy Markdown

@akashtc akashtc commented Jan 30, 2026

Add -wav option to oac_demo so decoded output may be written as a standard WAV file. Writes a placeholder header at start and updates sizes on close. Update README and add tests that verify WAV header and data length.

Comment thread include/opus_types.h

#include "oac_types.h"

#endif /* OPUS_TYPES_H */
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes (opus_types.h) should no longer be needed once PR1 is merged.

Comment thread CONTRIBUTING.md
- If a test fails locally, run `make clean` and rebuild before investigating.
- Some tests require a POSIX-like environment (e.g., Linux or macOS).

If you have questions, open an issue or discuss on the PR.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a separate change and does not belong to this PR

@akashtc akashtc closed this Feb 5, 2026
@akashtc akashtc deleted the feat/demo-wav branch February 5, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants