Skip to content

Commit 6b4531b

Browse files
committed
recording waveform visualizer
1 parent f217fab commit 6b4531b

31 files changed

Lines changed: 1407 additions & 0 deletions

File tree

video/desktop/video-1-wave/apple/Custom.xcodeproj/project.pbxproj

Lines changed: 379 additions & 0 deletions
Large diffs are not rendered by default.

video/desktop/video-1-wave/apple/Custom.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Custom.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

video/desktop/video-1-wave/apple/Custom/AiExtensions.swift

Lines changed: 294 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"colors" : [
3+
{
4+
"idiom" : "universal"
5+
}
6+
],
7+
"info" : {
8+
"author" : "xcode",
9+
"version" : 1
10+
}
11+
}
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "icon_1024.png",
5+
"idiom" : "universal",
6+
"platform" : "ios",
7+
"size" : "1024x1024"
8+
},
9+
{
10+
"filename" : "icon_16.png",
11+
"idiom" : "mac",
12+
"scale" : "1x",
13+
"size" : "16x16"
14+
},
15+
{
16+
"filename" : "icon_32.png",
17+
"idiom" : "mac",
18+
"scale" : "2x",
19+
"size" : "16x16"
20+
},
21+
{
22+
"filename" : "icon_32.png",
23+
"idiom" : "mac",
24+
"scale" : "1x",
25+
"size" : "32x32"
26+
},
27+
{
28+
"filename" : "icon_64.png",
29+
"idiom" : "mac",
30+
"scale" : "2x",
31+
"size" : "32x32"
32+
},
33+
{
34+
"filename" : "icon_128.png",
35+
"idiom" : "mac",
36+
"scale" : "1x",
37+
"size" : "128x128"
38+
},
39+
{
40+
"filename" : "icon_256.png",
41+
"idiom" : "mac",
42+
"scale" : "2x",
43+
"size" : "128x128"
44+
},
45+
{
46+
"filename" : "icon_256.png",
47+
"idiom" : "mac",
48+
"scale" : "1x",
49+
"size" : "256x256"
50+
},
51+
{
52+
"filename" : "icon_512.png",
53+
"idiom" : "mac",
54+
"scale" : "2x",
55+
"size" : "256x256"
56+
},
57+
{
58+
"filename" : "icon_512.png",
59+
"idiom" : "mac",
60+
"scale" : "1x",
61+
"size" : "512x512"
62+
},
63+
{
64+
"filename" : "icon_1024.png",
65+
"idiom" : "mac",
66+
"scale" : "2x",
67+
"size" : "512x512"
68+
}
69+
],
70+
"info" : {
71+
"author" : "xcode",
72+
"version" : 1
73+
}
74+
}
929 KB
Loading
19.2 KB
Loading

0 commit comments

Comments
 (0)