|
swift
|
Tone pair to be played. More...
Public Member Functions | |
| CTonePair (const swift::misc::physical_quantities::CFrequency &frequency, const swift::misc::physical_quantities::CFrequency &secondaryFrequency, std::chrono::milliseconds duration) | |
| Play two tones with frequencies f for t milliseconds. | |
| int | getFirstFrequencyHz () const |
| Get frequency of the first tone. | |
| int | getSecondFrequencyHz () const |
| Get frequency of the second tone. | |
| std::chrono::milliseconds | getDurationMs () const |
| Get play duration. | |
Friends | |
| bool | operator< (const CTonePair &lhs, const CTonePair &rhs) |
| Comparison operator. | |
Tone pair to be played.
Definition at line 19 of file tonepair.h.