Skip to content

Commit

Permalink
add caveats about random memory allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
diaz committed Aug 2, 2020
1 parent d205a36 commit db95908
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ As an 'effect', you can add the 'Jack Send' effect to the appropiate Mixer Group

To configure and connect Unity to the Jack server please use the Jack Editor Window under `Window -> Jack`

### Caveats

For Windows:

- If the Unity window loses focus then the sound will stop. To prevent this you can check the Run in Background checkbox in player settings.

- You might need to recompile jack2 or disable the `Random memory allocations (Bottom-up ASLR)`, if Unity crashes on start. See this issue https://github.com/rodrigodzf/Jack-Audio-For-Unity/issues/15#issuecomment-527897023


## Compiling the plugin

In linux, you can use the included CMakeLists.txt to build the library:
Expand Down

0 comments on commit db95908

Please sign in to comment.