You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/log_object/audio.ipynb
+6-31Lines changed: 6 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@
6
6
"source": [
7
7
"# Dreadnode Audio Logging\n",
8
8
"\n",
9
-
"This notebook demonstrates how to log audio data using Dreadnode's `Audio` data type. The examples cover various audio formats and sources including file paths, numpy arrays, and pydub AudioSegment objects.\n",
9
+
"This notebook demonstrates how to log audio data using Dreadnode's `Audio` data type. The examples cover various audio formats and sources including file paths, and numpy arrays.\n",
10
10
"\n",
11
11
"## Features\n",
12
12
"\n",
13
13
"- Log audio files directly from disk (WAV, MP3, etc.)\n",
14
14
"- Convert and log numpy arrays as audio\n",
15
-
"- Process and log pydub AudioSegment objects\n",
16
-
"- Add captions and metadata to audio logs"
15
+
"- Add captions and metadata to audio logs\n",
16
+
"\n",
17
+
"⚠️ Note: Ensure you have installed the multimodal extras to use the Audio data type:\n",
"Pydub is a popular library for audio manipulation in Python. Dreadnode supports logging AudioSegment objects directly, which enables powerful audio processing before logging."
0 commit comments