Skip to content

Commit 7b27b82

Browse files
committed
added audio page
1 parent 3dd3ac3 commit 7b27b82

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

config/_default/menus/menus.en.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
url = "/docs/resources/video"
6767
parent = "Resources"
6868

69+
[[main]]
70+
name = "Audio"
71+
weight = 34
72+
identifier = "audio"
73+
url = "/docs/resources/audio"
74+
parent = "Resources"
75+
6976
[[social]]
7077
name = "GitHub"
7178
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"

content/en/docs/resources/audio.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title : "Audio"
3+
description: "audio resources"
4+
lead: "audio resources"
5+
date: 2023-12-25
6+
lastmod: 2023-12-25
7+
draft: false
8+
weight: 34
9+
images: []
10+
contributors: ["daslu"]
11+
---
12+
13+
## ClojureStream
14+
15+
[E72 Data Processing with Chris Nuernberger (part 1)](https://podcasts.apple.com/us/podcast/e72-data-processing-with-chris-nuernberger-part-1/id1461500416?i=1000565597470)
16+
17+
[E73 Data Processing with Chris Nuernberger (part 2)](https://podcasts.apple.com/us/podcast/e73-data-processing-with-chris-nuernberger-part-2/id1461500416?i=1000567344804)
18+
19+
[E74 Linear Algebra with David Pham](https://podcasts.apple.com/us/podcast/e74-linear-algebra-with-david-pham/id1461500416?i=1000568981534)
20+
21+
[E78 Data Science with Daniel Slutsky](https://podcasts.apple.com/us/podcast/e78-data-science-with-daniel-slutsky/id1461500416?i=1000577883210)
22+
23+
## Cognicast
24+
25+
[2020-06-30 Episode 154 - Chris Nuernberger](https://podcasts.musixmatch.com/podcast/cognicast-01hbh9k4ngk4gpkjx984td1yzf/episode/chris-nuernberger-cognicast-episode-153-01hbh9k4ngk4gpkjx984td1z03)
26+
27+
## defn
28+
29+
[#86 Kira McLean](https://soundcloud.com/defn-771544745/86-kira-mclean)
30+
31+
## Software Unscripted
32+
33+
[Making JITted Code Faster with Chris Nuernberger](https://pod.link/1602572955/episode/6c84e5d24cd87ec0bcab5df3d3e82522)

0 commit comments

Comments
 (0)