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

Why is the last row's frame size different from others when extracting LLD?

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python

調査の方向性

示されている opensmile.Smile の設定と process_file の呼び出しを使用し、参照されている音声ファイルと時間範囲で結果を再現します。返されたフレームのタイムスタンプと LowLevelDescriptors の抽出動作を調査し、最後のフレームが 1.596s まで延長される理由を特定します。3 行と最後のフレーム境界について明確な説明を提示するか、再現可能な不具合を特定できれば完了です。

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

説明

Hello.
I'm trying to extract LLD from a period of sound, and here is my code:

import opensmile
smile = opensmile.Smile(
    feature_set=opensmile.FeatureSet.eGeMAPSv02,
    feature_level=opensmile.FeatureLevel.LowLevelDescriptors
)
signal = smile.process_file('./BASIC5000_0235.wav', start=1.518, end=1.596)

After running this code, I got 3×25 vector like this:
image
I wonder why there is only 3 rows, and why the last row starts from 1.538s but ends at 1.596s instead of 1.558s.

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

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

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

はじめの一歩

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

audeering/opensmile-python のほかの issue

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

似ている issue

Audio/Video & RTC の issue をもっと見る

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

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