Skip to content

Commit

Permalink
Few cosmetic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrypula committed May 2, 2018
1 parent b2f6422 commit cec323d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Expand Up @@ -30,7 +30,7 @@
- rename all variables like 'rxSymbol' / 'txSymbol' to 'rxFskSymbol' / 'txFskSymbol'
- implement common sample rate for all decives ~16 kHz
- SYNC setting 48/44.1 will no longer be needed in the Layers above Physical like Data Link Layer
- custom FFT implementation
- [DONE in PR] custom FFT implementation
- resampler
- FIR filter

Expand Down
10 changes: 7 additions & 3 deletions example/index.html → example/typescript-rewrite-test-page.html
Expand Up @@ -2,13 +2,17 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AudioNetwork - example</title>
<title>AudioNetwork - TypeScript rewrite test page</title>
</head>
<body>
<h1>AudioNetwork v2.0.0-rc - TypeScript rewrite test page</h1>
<p>
This page works only on local dev server
</p>

<script src="../dist/audio-network-v2.0.0-rc.js"></script>
<script>
document.write(AudioNetwork.version);
</script>
</head>
<body>
</body>
</html>
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -73,7 +73,7 @@ function fillDev(config) {
compress: true,
port: 8000,
hot: false,
openPage: 'example/index.html',
openPage: 'example/typescript-rewrite-test-page.html',
overlay: {
warnings: true,
errors: true
Expand Down

0 comments on commit cec323d

Please sign in to comment.