Skip to content

Commit

Permalink
WIP: Listen for Audio and return it in a HUD
Browse files Browse the repository at this point in the history
  • Loading branch information
antonengelhardt committed Feb 23, 2024
1 parent 398da01 commit 5b7a93b
Show file tree
Hide file tree
Showing 9 changed files with 276 additions and 206 deletions.
28 changes: 28 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"configurations": [
{
"type": "lldb",
"request": "launch",
"sourceLanguages": [
"swift"
],
"args": [],
"cwd": "${workspaceFolder:shazam-raycast}/swift",
"name": "Debug SwiftAPI (swift)",
"program": "${workspaceFolder:shazam-raycast}/swift/.build/debug/SwiftAPI",
"preLaunchTask": "swift: Build Debug SwiftAPI (swift)"
},
{
"type": "lldb",
"request": "launch",
"sourceLanguages": [
"swift"
],
"args": [],
"cwd": "${workspaceFolder:shazam-raycast}/swift",
"name": "Release SwiftAPI (swift)",
"program": "${workspaceFolder:shazam-raycast}/swift/.build/release/SwiftAPI",
"preLaunchTask": "swift: Build Release SwiftAPI (swift)"
}
]
}
Binary file removed audio/test.pcm
Binary file not shown.
Loading

0 comments on commit 5b7a93b

Please sign in to comment.