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

add more arg options for julius.launch #144

Merged
merged 4 commits into from Jul 21, 2020
Merged

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented May 23, 2018

<launch>
  <include file="/home/k-okada/catkin_ws/ws_audio/jsk_3rdparty/julius_ros/launch/julius.launch">
    <arg name="device" default="plughw:2,0"/>
    <arg name="sample_rate" default="8000"/>
    <arg name="format" default="wave"/>
    <arg name="channels" default="2"/>
    <arg name="depth" default="24"/>
    <arg name="julius_args" value="-debug" />
    <arg name="julius_output" value="screen" />
  </include>
</launch>

cc: @yamaguchi708, @iory

  • add julius_args
  • add args for device,channels,depth,sample_rate,format

@furushchev
Copy link
Member

furushchev commented May 23, 2018

Just out of curiosity, does julius work with other than wave mono 16bit 16kHz?
The manual says it works only with this settings.
https://julius.osdn.jp/juliusbook/ja/desc_adin.html

@k-okada k-okada closed this Aug 28, 2018
@k-okada k-okada reopened this Aug 28, 2018
@k-okada k-okada merged commit 92b88b9 into jsk-ros-pkg:master Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants