Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

change frame size for LLD extraction

オープン
#80 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python
領域
data

調査の方向性

usage.html#custom-config と、示されている myconfig.conf/config_str の例から始め、notebook snippet の NameError を再現します。カスタム設定がどのように作成される想定なのかを追跡し、その後、0.025 または 0.03 s のフレームを使用する設定が、そのフレームサイズで LLD 出力を生成することを確認します。

索引モデルが issue の本文から書いたものです。

説明

hello i want to ask on how to change the framesize for LLD extraction. the default frame size here is 0.01 s and i want to change it to either 0.025 or 0.03. i've tried the instruction in https://audeering.github.io/opensmile-python/usage.html#custom-config but it's returning this error

NameError Traceback (most recent call last)
Cell In[25], line 2
1 with open('myconfig.conf', 'w') as fp:
----> 2 fp.write(config_str)
4 smile = opensmile.Smile(
5 feature_set='my.conf',
6 feature_level='func',
7 )
8 smile.process_signal(
9 signal,
10 sampling_rate
11 )

NameError: name 'config_str' is not defined

please help

主要言語
BitBake
スター
334
フォーク
42
平均マージ
57分
マージ済み PR(30日)
2

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

audeering/opensmile-python のほかの issue

audeering/opensmile-python の issue をすべて見る

似ている issue

Data Engineering の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。