Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use dr_wav to implement wav input #6

Open
1 of 3 tasks
Tracked by #1
chocolate42 opened this issue Feb 14, 2023 · 0 comments
Open
1 of 3 tasks
Tracked by #1

use dr_wav to implement wav input #6

chocolate42 opened this issue Feb 14, 2023 · 0 comments

Comments

@chocolate42
Copy link
Owner

chocolate42 commented Feb 14, 2023

  • 16 bit has been implemented and seems to work, more testing required. Possible endian issue if on a big-endian device, untested
  • No other input depth works (32 bit might but untested), possibly because of the conversion in drwav_read_pcm_frames_s32. Tried doing it manually with drwav_read_pcm_frames but not successful yet
  • drwav doesn't seem to have a convenient way to handle FILE* input, so piping might be a pain to implement
@chocolate42 chocolate42 mentioned this issue Feb 14, 2023
6 tasks
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

No branches or pull requests

1 participant