Skip to content

Commit

Permalink
Merge pull request #1 from Azure-Samples/user/travisw/initial-repo-state
Browse files Browse the repository at this point in the history
Repository kickoff
  • Loading branch information
trrwilson authored Oct 1, 2024
2 parents d647018 + 3e6e97c commit b5c1334
Show file tree
Hide file tree
Showing 73 changed files with 15,534 additions and 63 deletions.
28 changes: 28 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/devcontainers/features/dotnet:2": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/azure-cli": {},
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
## [project-title] Changelog
# Azure OpenAI Realtime Audio SDK: Changelog

<a name="x.y.z"></a>
# x.y.z (yyyy-mm-dd)
## 2024-10-01

*Features*
* ...

*Bug Fixes*
* ...

*Breaking Changes*
* ...
Welcome to `/realtime` with Azure OpenAI! This is the initial release of library, sample, and implementation-focused documentation support to get started with applications and experiences built atop bidirectional, multimodal interaction using `gpt-4o-realtime-preview`. Included in the initial repository state are standalone Python and JavaScript clients together with samples. If just getting started, we recommend the javascript web sample as a starting point -- `npm install`, `npm run dev`, and you can interactively use `/realtime`.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to [project-title]
# Contributing to Azure OpenAI Realtime Audio SDK

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
Expand Down
276 changes: 225 additions & 51 deletions README.md

Large diffs are not rendered by default.

183 changes: 183 additions & 0 deletions dotnet/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
## Repository-specific additions

**/output.raw

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates
.vs/
*.lock.json
developer/
launch.json
launchSettings.json

# Default Assets restore directory
.assets

# Build results
/artifacts
binaries/
[Dd]ebug*/
[Rr]elease/
build/
restoredPackages/
PolicheckOutput/
tools/net46/
tools/SdkBuildTools/
tools/Microsoft.WindowsAzure.Build.Tasks/packages/
PublishedNugets/
src/NuGet.Config
tools/7-zip/
#tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.*.nupkg

[Tt]est[Rr]esult
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
*.vssscc
.builds

*.pidb

*.log
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

# Visual Studio profiler
*.psess
*.vsp

# VS Code
**/.vscode/*
!.vscode/cspell.json

# Code analysis
*.CodeAnalysisLog.xml

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/

*.[Rr]e[Ss]harper

# Rider IDE
.idea

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

# Publish Web Output
*.Publish.xml

# Others
[Bb]in
[Oo]bj
TestResults
[Tt]est[Rr]esult*
*.Cache
ClientBin
~$*
*.dbmdl

*.[Pp]ublish.xml

Generated_Code #added for RIA/Silverlight projects

# Build tasks
tools/*.dll

# Sensitive files
*.keys
!Azure.Extensions.AspNetCore.DataProtection.Keys
!Azure.Security.KeyVault.Keys
*.pfx
TestConfigurations.xml
*.json.env
*.bicep.env

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

# NuGet
packages
packages/repositories.config
testPackages

# Mac development
.DS_Store

# Specification DLLs
*.Specification.dll

# Generated readme.txt files #
src/*/readme.txt

build.out
.nuget/

# Azure Project
csx/
*.GhostDoc.xml
pingme.txt

# TS/Node files
dist/
node_modules/

# MSBuild binary log files
msbuild.binlog

# BenchmarkDotNet
BenchmarkDotNet.Artifacts

artifacts
.assets

# Temporary typespec folders for typespec generation
TempTypeSpecFiles/
Loading

0 comments on commit b5c1334

Please sign in to comment.