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

new build options added #21

Merged
merged 6 commits into from
Sep 22, 2024
Merged

new build options added #21

merged 6 commits into from
Sep 22, 2024

Conversation

pedrolcl
Copy link
Owner

@pedrolcl pedrolcl commented Sep 18, 2024

USE_44KHZ and MAX_VOICES, thanks to @rsp4jack in PR #20

  • USE_16BITS_SAMPLES: Use 16 bits samples (instead of 8 bit)
  • BUILD_EXAMPLE: Build and install the example program

* OUTPUT_AUDIO_44100: Output 44100 Hz audio (instead of 22050 Hz)
* USE_16BITS_SAMPLES: Use 16 bits samples (instead of 8 bit)
* BUILD_EXAMPLE: Build and install the example program
@pedrolcl pedrolcl linked an issue Sep 18, 2024 that may be closed by this pull request
@pedrolcl
Copy link
Owner Author

Problems of this branch:

  • The rendered audio in 44100 Hz is one octave higher than with 22050 Hz

@rsp4jack
Copy link

The rendered audio in 44100 Hz is one octave higher than with 22050 Hz

As I mentioned in #20:

only articulations and regions are different

which causes the problem. I replaced eas_articulations and eas_regions, and it did work.

@pedrolcl pedrolcl merged commit 23bcf66 into devel Sep 22, 2024
7 checks passed
@pedrolcl pedrolcl deleted the more_build_options branch September 22, 2024 15:58
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.

Additional build options
2 participants