Skip to content

Commit

Permalink
Jupyter correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 5, 2024
1 parent c3326f7 commit 7c829d4
Showing 1 changed file with 10 additions and 46 deletions.
56 changes: 10 additions & 46 deletions jupyter/Jupyter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"cell_type": "code",
"execution_count": 1,
"id": "ad51983a-9850-4087-910b-5aaf804b2a1d",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [],
"source": [
"#pragma cling add_include_path(\"/home/pschatzmann/Arduino/libraries/arduino-audio-tools/src\")"
Expand All @@ -43,15 +39,11 @@
"cell_type": "code",
"execution_count": 2,
"id": "2718c3e1-a7f2-4ea2-a649-2e045165f418",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [],
"source": [
"#include \"AudioTools.h\"\n",
"#include \"AudioLibs/Jupyter.h\""
"#include \"AudioTools/AudioLibs/Jupyter.h\""
]
},
{
Expand All @@ -67,11 +59,7 @@
"cell_type": "code",
"execution_count": 3,
"id": "42fb7892-a018-4db1-98b1-0ed52cc2d1e3",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [],
"source": [
"int frequency = 800;\n",
Expand All @@ -93,11 +81,7 @@
"cell_type": "code",
"execution_count": 4,
"id": "f589d58e-1c76-498e-a25d-c9f23c3c55fe",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [],
"source": [
"JupyterAudio audio(\"test1.wav\", sound, 600, 1024);"
Expand All @@ -115,11 +99,7 @@
"cell_type": "code",
"execution_count": 5,
"id": "f8d797e4-66e5-4f38-ac6d-35b52ada5c90",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -148,11 +128,7 @@
"cell_type": "code",
"execution_count": 7,
"id": "ffb5ae33-399f-4db2-9c55-2141a52da62d",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -183,11 +159,7 @@
"cell_type": "code",
"execution_count": 8,
"id": "768e9948-acf8-486f-8227-aaa7cd23dad2",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [
{
"data": {
Expand All @@ -209,11 +181,7 @@
"cell_type": "code",
"execution_count": 9,
"id": "415b514d-b2ff-44dd-8f5f-05becc5f206c",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [],
"source": [
"file.close();\n",
Expand All @@ -234,11 +202,7 @@
"cell_type": "code",
"execution_count": 10,
"id": "9996ea70-d774-4c79-b7d0-945aa9b85037",
"metadata": {
"vscode": {
"languageId": "c++"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down

0 comments on commit 7c829d4

Please sign in to comment.