Skip to content
Discussion options

You must be logged in to vote

Hi! @zion830
For your 1st & 2nd question, euphony's latest version is on the master branch.
Actually, euInitTransmit() is deprecated. But it works well for latest version.

* @deprecated Replaced by {@link #setCode()}, deprecated for naming issue

it is replaced by setCode function. so, you can use like below.

EuTxManager mTxManager = new EuTxManager();
mTxManager.setCode("Hello, Euphony"); // To generate acoustic data "Hello, Euphony"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@designe
Comment options

@zion830
Comment options

Answer selected by zion830
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants