Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit fb9b786

Browse files
committed
wav
1 parent e1ea00d commit fb9b786

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
NO.|文件名称|摘要
1414
:--:|:--|:--
15+
0021| [wav声音PCM数据分析](docs/0021_wav声音PCM数据分析.md) | 通过wav文件了解PCM数据
1516
0020| [Android_Binder通信](docs/0020_Android_Binder通信.md) | 在树莓派中理解Android Binder通信
1617
0019| [USB_OTG虚拟串口](docs/0019_USB_OTG虚拟串口.md) | USB OTG虚拟串口,可用于学习串口通信
1718
0018| [利用AT24C02_EEPROM理解I2C通信](docs/0018_利用AT24C02_EEPROM理解I2C通信.md) | 利用Overlay加载AT24C02 I2C驱动,通过i2c-tools获取数据
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# wav声音PCM数据分析
2+
3+
通过wav文件了解PCM数据
4+
5+
## steps
6+
7+
* apt-cache search audacity
8+
```
9+
audacity - fast, cross-platform audio editor
10+
audacity-data - fast, cross-platform audio editor (data)
11+
debian-edu-doc-en - English documentation from the Debian Edu project
12+
debian-edu-doc-fr - French documentation from the Debian Edu project
13+
debian-edu-doc-nb - Bokmål documentation from the Debian Edu project
14+
debian-edu-doc-nl - Dutch documentation from the Debian Edu project
15+
debian-edu-doc-zh - Chinese documentation from the Debian Edu project
16+
forensics-extra-gui - Forensics Environment - extra GUI components (metapackage)
17+
silan - commandline tool to detect silence in audio-files
18+
vamp-plugin-sdk - audio analysis and feature extraction plugins (SDK)
19+
```
20+
* sudo apt-get install audacity
21+
* [示例源代码](https://github.com/ZengjfOS/RaspberryPi/tree/wavefile)
22+
* make
23+
* 设置为耳机输出声音,注意关闭远程桌面进行设置:sudo rasp-config
24+
* System Options
25+
* Audio
26+
* 0 Headphones
27+
* ./wavfile
28+
* sound.wav
29+
* 声音有点难受
30+
* aplay sound.wav
31+
* 远程桌面打开:audacity
32+
* sound.wav
33+
34+
![0021_wav_audacity_audio_editor.png](images/0021_wav_audacity_audio_editor.png)
73.8 KB
Loading

0 commit comments

Comments
 (0)